mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fatalf -> Fatal
This is a small fix to replace Fatalf -> Fatal Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
6351619e2c
commit
f04e8bb075
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ func waitAndAssert(t *testing.T, timeout time.Duration, f func(*testing.T) bool)
|
|||
for {
|
||||
select {
|
||||
case <-after:
|
||||
t.Fatalf("timed out waiting for condition")
|
||||
t.Fatal("timed out waiting for condition")
|
||||
default:
|
||||
}
|
||||
if f(t) {
|
||||
|
|
Loading…
Reference in a new issue