mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Fix spelling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user