fix typo for task.Queue's unit test case
This commit is contained in:
parent
b2d084ac31
commit
3cb68b421d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func TestShutdown(t *testing.T) {
|
||||||
q.Shutdown()
|
q.Shutdown()
|
||||||
s := q.IsShuttingDown()
|
s := q.IsShuttingDown()
|
||||||
if !s {
|
if !s {
|
||||||
t.Fatalf("queue shoule be shutdown")
|
t.Errorf("queue should be shutdown")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue