Skip to content

Commit

Permalink
Update queue/redis/ping_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Floyd <[email protected]>
  • Loading branch information
timhuynh94 and cognifloyd authored Oct 25, 2023
1 parent 2cf7be7 commit 079625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue/redis/ping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ func TestRedis_Ping_Bad(t *testing.T) {
// run tests
err = badRedis.Ping(context.Background())
if err == nil {
t.Errorf("Ping shoudl have returned err: %v", err)
t.Errorf("Ping should have returned err: %v", err)
}
}

0 comments on commit 079625e

Please sign in to comment.