yx9o commented on code in PR #9157:
URL: https://github.com/apache/rocketmq/pull/9157#discussion_r1928010862


##########
acl/src/test/java/org/apache/rocketmq/acl/common/AclUtilsTest.java:
##########
@@ -47,7 +54,7 @@ public void testGetAddresses() {
         addressList.add("1.1.1.2");
         addressList.add("1.1.1.3");
         addressList.add("1.1.1.4");
-        Assert.assertEquals(newAddressList, addressList);
+        assertEquals(newAddressList, addressList);

Review Comment:
   Okay, I will return to them.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to