Skip to content

Commit a8ab3b7

Browse files
authored
fix log message (#652)
Signed-off-by: May.Buzaglo <May.Buzaglo@ibm.com>
1 parent 6c9e8d8 commit a8ab3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutil/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func WaitReady(t *testing.T, readyChan chan string, waitFor int, duration time.D
390390
return
391391
}
392392
case <-timeout:
393-
require.Fail(t, fmt.Sprintf("expected %d arma nodes to start successfully, but got %d panics: %v", waitFor, len(listening), listening))
393+
require.Fail(t, fmt.Sprintf("expected %d arma nodes to start successfully, but got %d listening logs: %v", waitFor, len(listening), listening))
394394
}
395395
}
396396
}

0 commit comments

Comments
 (0)