This commit is contained in:
William Banfield
2021-08-02 14:31:37 -04:00
parent 03ee71eac4
commit 2be1b37c4e
3 changed files with 14 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ func TestNodeStartStop(t *testing.T) {
if err != nil {
t.Logf("err: %s", err)
}
t.Fatalf("timed out waiting for shutdown")
t.Fatal("timed out waiting for shutdown")
}
}