Skip to content

Commit

Permalink
fix test description
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Braithwaite <[email protected]>
Signed-off-by: Daniel Fuentes <[email protected]>
  • Loading branch information
dfuentes and abraithwaite authored Nov 5, 2024
1 parent d658cd4 commit b3a91f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/batcher/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestBatcherErrors(t *testing.T) {
assert.ErrorIs(t, err, flushErr)
})

t.Run("Don't ack messages if flush handler returns ErrRetryable", func(t *testing.T) {
t.Run("Don't ack messages if flush handler returns ErrDontAck", func(t *testing.T) {
var retryHandler = func(ctx context.Context, err error, msgs []kawa.Message[string]) error {
return ErrDontAck
}
Expand Down

0 comments on commit b3a91f0

Please sign in to comment.