Fix spelling

This commit is contained in:
Mordechai Zuber
2016-02-11 07:22:56 +02:00
parent 0b9378f5b5
commit 8c39e61c7a
@@ -22,7 +22,7 @@ namespace Octokit.Tests.Integration.Helpers
var branchFromPath = await fixture.CreateBranch(context.RepositoryOwner, context.RepositoryName, "patch-2", branchFromMaster);
var allBrancheNames = (await client.Repository.GetAllBranches(context.RepositoryOwner, context.RepositoryName)).Select(b => b.Name);
var allBranchNames = (await client.Repository.GetAllBranches(context.RepositoryOwner, context.RepositoryName)).Select(b => b.Name);
Assert.Contains("patch-1", allBrancheNames);
Assert.Contains("patch-2", allBrancheNames);