Skip to content

Commit 708b158

Browse files
committed
improve tests
1 parent 49eef32 commit 708b158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/commit_status_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestMergeRequiredContextsCommitStatus(t *testing.T) {
3333
},
3434
{
3535
commitStatuses: []*git_model.CommitStatus{
36-
{Context: "Build 1", State: structs.CommitStatusSuccess},
36+
{Context: "Build 1", State: structs.CommitStatusSkipped},
3737
{Context: "Build 2", State: structs.CommitStatusSuccess},
3838
{Context: "Build 3", State: structs.CommitStatusSuccess},
3939
},

0 commit comments

Comments
 (0)