diff --git a/client_test.go b/client_test.go index 5c67a359..fd358893 100644 --- a/client_test.go +++ b/client_test.go @@ -3902,7 +3902,7 @@ func Test_Client_Subscribe(t *testing.T) { client := newTestClient(t, dbPool, &Config{}) - require.PanicsWithValue(t, "created a subscription on a client that will never work jobs (Workers not configure)", func() { + require.PanicsWithValue(t, "created a subscription on a client that will never work jobs (Workers not configured)", func() { _, _ = client.Subscribe(EventKindJobCompleted) }) })