mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
Added verb to Sha1 method
This commit is contained in:
@@ -91,7 +91,7 @@ public class RepositoryCommitsClientTests
|
||||
[IntegrationTest]
|
||||
public async Task CanGetSha1()
|
||||
{
|
||||
var sha1 = await _fixture.Sha1("octokit", "octokit.net", "master");
|
||||
var sha1 = await _fixture.GetSha1("octokit", "octokit.net", "master");
|
||||
|
||||
Assert.NotNull(sha1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user