mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
removing redundant fail()
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user