diff --git a/core/pkg/task/queue_test.go b/core/pkg/task/queue_test.go index 9bd7f6237..295c62637 100644 --- a/core/pkg/task/queue_test.go +++ b/core/pkg/task/queue_test.go @@ -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") } }