Skip to content

Commit

Permalink
Demonstrte nil WriteOption is handled
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbzillow committed Jan 24, 2025
1 parent b52a0be commit da00f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ func Test_DeadletterClientDoesntCollideWithProducer(t *testing.T) {
if msgCount.Load()%2 == 0 {
return errors.New("random error occurred")
}
_, err := processorWriter.WriteRaw(ctx, nil, msg.Value())
_, err := processorWriter.WriteRaw(ctx, nil, msg.Value(), nil)

return err
})
Expand Down

0 comments on commit da00f89

Please sign in to comment.