mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
Fix up ApiExtensions
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Octokit.Tests
|
||||
|
||||
client.GetAll();
|
||||
|
||||
github.Connection.Received(1).GetAsync<List<EmailAddress>>(expectedUri);
|
||||
github.Connection.Received(1).GetResponse<List<EmailAddress>>(expectedUri);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user