mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
aaaand format the code
This commit is contained in:
@@ -39,7 +39,7 @@ public class DeploymentsClientTests : IDisposable
|
||||
var newCommit = new NewCommit("test-commit", treeResult.Sha);
|
||||
_commit = github.GitDatabase.Commit.Create(_context.RepositoryOwner, _context.RepositoryName, newCommit).Result;
|
||||
}
|
||||
|
||||
|
||||
[IntegrationTest]
|
||||
public async Task CanCreateDeployment()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user