Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Jun 12, 2018
1 parent 1622a86 commit 1b84cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestRunJob(t *testing.T) {
project: "test",
file: "main_test.go",
config: &model.RunConfig{},
failed: []*model.FailedTest{},
failed: []*model.FailedTest{{}, {}},
pass: false,
},
{
Expand Down

0 comments on commit 1b84cfe

Please sign in to comment.