diff --git a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/RetryTopicTest.java b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/RetryTopicTest.java index 820c813877499..769584bb418a7 100644 --- a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/RetryTopicTest.java +++ b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/RetryTopicTest.java @@ -122,7 +122,7 @@ public void testRetryTopic() throws Exception { * @throws Exception */ @Test - public void testDeadLetterTopicWithMultiTopic() throws Exception { + public void testRetryTopicWithMultiTopic() throws Exception { final String topic1 = "persistent://my-property/my-ns/retry-topic-1"; final String topic2 = "persistent://my-property/my-ns/retry-topic-2"; final String topic3 = "persistent://my-property/my-ns/retry-topic-3"; @@ -206,7 +206,7 @@ public void testDeadLetterTopicWithMultiTopic() throws Exception { } @Test - public void testDeadLetterTopicByCustomTopicName() throws Exception { + public void testRetryTopicByCustomTopicName() throws Exception { final String topic = "persistent://my-property/my-ns/retry-topic"; final int maxRedeliveryCount = 2; final int sendMessages = 100;