Minor nitpick
This commit is contained in:
parent
7f04d7e929
commit
5e49b05136
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func TestPick(t *testing.T) {
|
||||||
case <-pod.ReadyNextPack:
|
case <-pod.ReadyNextPack:
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
t.Fatal("ReadyNextPick/ReadyNextPack channel should trigger but hasn't")
|
t.Fatal("Either ReadyNextPick/ReadyNextPack should trigger but neither has")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue