This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3ecc73bcc4 [ISSUE #8278] Fix fail test (#8279)
3ecc73bcc4 is described below

commit 3ecc73bcc4f662854549560c12af97480b28bab5
Author: hqbfz <125714719+3424672...@users.noreply.github.com>
AuthorDate: Tue Jun 11 09:08:32 2024 +0800

    [ISSUE #8278] Fix fail test (#8279)
    
    * fix fail test
    
    * fix fail test
---
 .../rocketmq/tools/command/topic/UpdateTopicListSubCommandTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tools/src/test/java/org/apache/rocketmq/tools/command/topic/UpdateTopicListSubCommandTest.java
 
b/tools/src/test/java/org/apache/rocketmq/tools/command/topic/UpdateTopicListSubCommandTest.java
index 95bb579da8..71704a7aa8 100644
--- 
a/tools/src/test/java/org/apache/rocketmq/tools/command/topic/UpdateTopicListSubCommandTest.java
+++ 
b/tools/src/test/java/org/apache/rocketmq/tools/command/topic/UpdateTopicListSubCommandTest.java
@@ -21,11 +21,11 @@ import org.apache.commons.cli.CommandLine;
 import org.apache.commons.cli.DefaultParser;
 import org.apache.commons.cli.Options;
 import org.apache.rocketmq.srvutil.ServerUtil;
-import org.junit.jupiter.api.Test;
+import org.junit.Test;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
-class UpdateTopicListSubCommandTest {
+public class UpdateTopicListSubCommandTest {
 
     @Test
     public void testArguments() {

Reply via email to