mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
verify correct branch in integration test
This commit is contained in:
@@ -171,7 +171,7 @@ public class RepositoryCommitsClientTests
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user