removing redundant fail()
This commit is contained in:
parent
b8c5268d88
commit
3d002b716d
|
@ -73,7 +73,6 @@ func TestTaskRunner_BatchRestartOnSuccess(t *testing.T) {
|
|||
shouldRestart, _ := rt.nextRestart(0)
|
||||
if shouldRestart {
|
||||
t.Fatalf("should restart returned %v, expected: %v", shouldRestart, false)
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue