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:
Kirk True 2025-08-26 02:00:37 -07:00 committed by GitHub
parent 614bc3a19d
commit 4e0d8c984b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ public class PlaintextConsumerSubscriptionTest {
}
@ClusterTest
public void testAsyncConsumerClassicConsumerSubscribeInvalidTopicCanUnsubscribe() throws InterruptedException {
public void testAsyncConsumerSubscribeInvalidTopicCanUnsubscribe() throws InterruptedException {
testSubscribeInvalidTopicCanUnsubscribe(GroupProtocol.CONSUMER);
}