We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fb681 commit 993917eCopy full SHA for 993917e
pulsar/consumer_test.go
@@ -1930,7 +1930,7 @@ func TestWithoutDeadLetterTopicDeadLetterTopicProducerName(t *testing.T) {
1930
assert.Nil(t, err)
1931
defer dlqConsumer.Close()
1932
1933
- // Validate the name of the RLQ producer
+ // Validate the name of the DLQ producer
1934
msg, err = dlqConsumer.Receive(ctx)
1935
defer dlqConsumer.Nack(msg)
1936
@@ -2017,7 +2017,7 @@ func TestWithDeadLetterTopicDeadLetterTopicProducerName(t *testing.T) {
2017
2018
2019
2020
2021
2022
2023
0 commit comments