mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 20:45:51 +00:00
Ported changes for GetAllContributors from IRepositoriesClient to IObservableRepositoriesClient
This commit is contained in:
@@ -266,7 +266,7 @@ namespace Octokit.Tests.Reactive
|
||||
client.GetAllContributors("owner", "repo");
|
||||
|
||||
github.Connection.Received(1)
|
||||
.Get<List<User>>(expected,
|
||||
.Get<List<RepositoryContributor>>(expected,
|
||||
Arg.Any<IDictionary<string, string>>(),
|
||||
Arg.Any<string>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user