Minor nitpick

This commit is contained in:
Hamcha 2019-06-17 23:01:25 +02:00
parent 7f04d7e929
commit 5e49b05136
Signed by: Hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func TestPick(t *testing.T) {
case <-pod.ReadyNextPack:
break
default:
t.Fatal("ReadyNextPick/ReadyNextPack channel should trigger but hasn't")
t.Fatal("Either ReadyNextPick/ReadyNextPack should trigger but neither has")
}
}
}