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
@@ -239,7 +239,7 @@ public class PullRequestsClientTests : IDisposable
Assert.True(ex.Message.StartsWith("Head branch was modified"));
}
[IntegrationTest (Skip="this PR is actually mergeable - rewrite the test")]
[IntegrationTest(Skip = "this PR is actually mergeable - rewrite the test")]
public async Task CannotBeMergedDueNotInMergeableState()
{
await CreateTheWorld();