IDEs do not prevent stupid

This commit is contained in:
Mordechai Zuber
2016-02-16 22:34:57 +02:00
parent a70ff40c34
commit fcd42b1a53
@@ -24,8 +24,8 @@ namespace Octokit.Tests.Integration.Helpers
var allBranchNames = (await client.Repository.GetAllBranches(context.RepositoryOwner, context.RepositoryName)).Select(b => b.Name);
Assert.Contains("patch-1", allBrancheNames);
Assert.Contains("patch-2", allBrancheNames);
Assert.Contains("patch-1", allBranchNames);
Assert.Contains("patch-2", allBranchNames);
}
}
}