fix minor formatting issue (#2115)

This commit is contained in:
Brendan Forster
2020-02-25 22:32:51 -04:00
committed by GitHub
parent 8cf6dd2ff2
commit 9b3cf309cf

View File

@@ -40,7 +40,8 @@ public class DeploymentStatusClientTests : IDisposable
var commit = github.Git.Commit.Create(_context.RepositoryOwner, _context.RepositoryName, newCommit).Result;
var newDeployment = new NewDeployment(commit.Sha) {
var newDeployment = new NewDeployment(commit.Sha)
{
Environment = "production",
AutoMerge = false
};