Skip to content

Commit

Permalink
Merge pull request #1215 from octokit/test-correct-branch
Browse files Browse the repository at this point in the history
verify correct branch in integration test
  • Loading branch information
shiftkey committed Mar 24, 2016
2 parents 3c4bab1 + 549d332 commit af01406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public async Task GetSha1FromRepository()
{
var reference = await CreateTheWorld();

var sha1 = await _fixture.GetSha1(Helper.UserName, _context.RepositoryName, "master");
var sha1 = await _fixture.GetSha1(Helper.UserName, _context.RepositoryName, "my-branch");

Assert.Equal(reference.Object.Sha, sha1);
}
Expand Down

0 comments on commit af01406

Please sign in to comment.