mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 20:45:51 +00:00
fix impacted test
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Octokit.Tests.Clients
|
||||
client.Add("octocat@github.com");
|
||||
|
||||
connection.Received(1)
|
||||
.Post<IReadOnlyList<string>>(Arg.Is<Uri>(u => u.ToString() == "user/emails"), Arg.Any<string[]>());
|
||||
.Post<IReadOnlyList<EmailAddress>>(Arg.Is<Uri>(u => u.ToString() == "user/emails"), Arg.Any<string[]>());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user