mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
Corrected TheUpdateMethod.EnsureArgumentsNotNull()
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Octokit.Tests.Reactive
|
||||
client.Create(new NewUser("auser", "email@company.com"));
|
||||
|
||||
gitHubClient.User.Administration.Received().Create(
|
||||
Arg.Is<NewUser>(a =>
|
||||
Arg.Is<NewUser>(a =>
|
||||
a.Login == "auser" &&
|
||||
a.Email == "email@company.com"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user