Skip to content

Commit

Permalink
Update client_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Gentry <[email protected]>
  • Loading branch information
brandur and bgentry authored Sep 18, 2024
1 parent d20ed3b commit bc66acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
})
Expand Down

0 comments on commit bc66acb

Please sign in to comment.