edtbl76 commented on code in PR #42161: URL: https://github.com/apache/arrow/pull/42161#discussion_r1641916262
########## java/memory/memory-core/src/test/java/org/apache/arrow/memory/TestAccountant.java: ########## @@ -16,10 +16,11 @@ */ package org.apache.arrow.memory; -import static org.junit.Assert.assertEquals; +import org.junit.jupiter.api.Test; -import org.junit.Assert; -import org.junit.Test; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.fail; Review Comment: I looked at some of the other commits. Do you want me to keep the 'public' modifier on the tests that have been updated to JUnit 5 for consistency as well? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
