Merge pull request #114 from chentao1596/fix-typo-for-queue-unit-test

fix typo
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-01-07 22:58:31 -03:00 committed by GitHub
commit e58f510c29

View file

@ -54,7 +54,7 @@ func TestShutdown(t *testing.T) {
q.Shutdown()
s := q.IsShuttingDown()
if !s {
t.Fatalf("queue shoule be shutdown")
t.Errorf("queue should be shutdown")
}
}