ctubbsii commented on a change in pull request #2427: URL: https://github.com/apache/accumulo/pull/2427#discussion_r792959175
########## File path: core/src/test/java/org/apache/accumulo/core/client/ZooKeeperInstanceTest.java ########## @@ -22,7 +22,8 @@ import static org.easymock.EasyMock.createMock; import static org.easymock.EasyMock.expect; import static org.easymock.EasyMock.replay; -import static org.junit.Assert.assertEquals; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertThrows; Review comment: You are right. It looks like I added some checkstyle rules for that awhile back. These rules will need to be updated at some point before this migration is fully done: https://github.com/apache/accumulo/blob/912292d2131dbaf0f9cc28aff464608b478bf362/pom.xml#L1084-L1091 -- 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...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org