rzo1 commented on code in PR #1700: URL: https://github.com/apache/stormcrawler/pull/1700#discussion_r2452616733
########## external/opensearch/src/test/java/org/apache/stormcrawler/opensearch/bolt/StatusBoltTest.java: ########## @@ -16,7 +16,7 @@ */ package org.apache.stormcrawler.opensearch.bolt; -import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.Assert.assertEquals; Review Comment: Last nit from my side: Can you revert that change? The class has no other changes. -- 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]
