just a bit of code cleanup

This commit is contained in:
Brendan Forster
2016-02-02 10:01:16 +10:30
parent b47678f7b3
commit 6bedf1ee9b
30 changed files with 36 additions and 51 deletions
@@ -90,7 +90,7 @@ namespace Octokit.Tests.Reactive
gitHubClient.Connection.Received(1).Get<List<Repository>>(thirdPageUrl, null, null);
}
[Fact(Skip = "See https://github.com/octokit/octokit.net/issues/1011 for issue to investigate this further")]
[Fact(Skip = "See https://github.com/octokit/octokit.net/issues/1011 for issue to investigate this further")]
public async Task StopsMakingNewRequestsWhenTakeIsFulfilled()
{
var firstPageUrl = new Uri("user/repos", UriKind.Relative);