Skip to content

Commit

Permalink
Fix, there are now mutation because of PR #20
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmski committed Jun 22, 2016
1 parent ef447a1 commit 54a00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-mutesting/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ func TestMain(t *testing.T) {
out := <-bufChannel

assert.Equal(t, returnOk, exitCode)
assert.Contains(t, out, "The mutation score is 0.636364 (7 passed, 4 failed, 1 skipped, total is 12)")
assert.Contains(t, out, "The mutation score is 0.578947 (11 passed, 8 failed, 2 skipped, total is 21)")
}

0 comments on commit 54a00d2

Please sign in to comment.