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


##########
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:
   Are there any benefits to this modification?



-- 
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