Skip to content

Commit 993917e

Browse files
test: fix comments
1 parent 86fb681 commit 993917e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulsar/consumer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ func TestWithoutDeadLetterTopicDeadLetterTopicProducerName(t *testing.T) {
19301930
assert.Nil(t, err)
19311931
defer dlqConsumer.Close()
19321932

1933-
// Validate the name of the RLQ producer
1933+
// Validate the name of the DLQ producer
19341934
msg, err = dlqConsumer.Receive(ctx)
19351935
defer dlqConsumer.Nack(msg)
19361936

@@ -2017,7 +2017,7 @@ func TestWithDeadLetterTopicDeadLetterTopicProducerName(t *testing.T) {
20172017
assert.Nil(t, err)
20182018
defer dlqConsumer.Close()
20192019

2020-
// Validate the name of the RLQ producer
2020+
// Validate the name of the DLQ producer
20212021
msg, err = dlqConsumer.Receive(ctx)
20222022
defer dlqConsumer.Nack(msg)
20232023

0 commit comments

Comments
 (0)