mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
Now GetsCorrectUrl test accept any ApiOptions as valid.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
connection.Received(1)
|
||||
.GetAll<EmailAddress>(Arg.Is<Uri>(u => u.ToString() == "user/emails"),
|
||||
Arg.Is(ApiOptions.None));
|
||||
Args.ApiOptions);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user