mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
corrected impacted tests
This commit is contained in:
@@ -285,7 +285,7 @@ namespace Octokit.Tests.Reactive
|
||||
|
||||
client.Commits("fake", "repo", 42);
|
||||
|
||||
connection.Received().GetAsync<List<Commit>>(new Uri(expectedUrl, UriKind.Relative), null, null);
|
||||
connection.Received().GetAsync<List<PullRequestCommit>>(new Uri(expectedUrl, UriKind.Relative), null, null);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user