corrected impacted tests

This commit is contained in:
Brendan Forster
2014-02-18 20:40:15 +11:00
parent 7aed331b77
commit 43be7994b0
2 changed files with 2 additions and 2 deletions
@@ -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]