Merge pull request #114 from chentao1596/fix-typo-for-queue-unit-test
fix typo
This commit is contained in:
commit
e58f510c29
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue