Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bxcodec committed Aug 11, 2024
1 parent 1ad0c42 commit d4eda68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/consumer/rabbitmq/blackbox_consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func handlerRequeue(t *testing.T) interfaces.InboundMessageHandlerFunc {
return m.RetryCount
}

err = m.PutToBackOfQueueWithDelay(ctx, delayFn)
err = m.RetryWithDelayFn(ctx, delayFn)
assert.NoError(t, err)
return
}
Expand Down

0 comments on commit d4eda68

Please sign in to comment.