shoothzj commented on code in PR #2167: URL: https://github.com/apache/zookeeper/pull/2167#discussion_r1637333010
########## zookeeper-server/src/test/java/org/apache/zookeeper/test/GetProposalFromTxnTest.java: ########## @@ -117,7 +117,7 @@ public void testGetProposalFromTxn() throws Exception { } // All zxid should match what we created - assertTrue(Arrays.equals(zxids, retrievedZxids.toArray(new Long[0])), "Zxids missmatches"); + assertArrayEquals(zxids, retrievedZxids.toArray(new Long[0]), "Zxids mismatches"); Review Comment: Thanks -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org