mirror of https://github.com/apache/kafka.git
MINOR: renamed testAsyncConsumerClassicConsumerSubscribeInvalidTopicCanUnsubscribe to align test case (#20407)
`testAsyncConsumerClassicConsumerSubscribeInvalidTopicCanUnsubscribe` does not align with the test case. This patch renames the test name to describe the test case more precisely. Reviewers: TengYao Chi <frankvicky@apache.org>
This commit is contained in:
parent
614bc3a19d
commit
4e0d8c984b
|
@ -576,7 +576,7 @@ public class PlaintextConsumerSubscriptionTest {
|
|||
}
|
||||
|
||||
@ClusterTest
|
||||
public void testAsyncConsumerClassicConsumerSubscribeInvalidTopicCanUnsubscribe() throws InterruptedException {
|
||||
public void testAsyncConsumerSubscribeInvalidTopicCanUnsubscribe() throws InterruptedException {
|
||||
testSubscribeInvalidTopicCanUnsubscribe(GroupProtocol.CONSUMER);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue