X-czh commented on code in PR #21673: URL: https://github.com/apache/flink/pull/21673#discussion_r1122567761
########## flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/AbstractHaServicesTest.java: ########## @@ -44,18 +44,20 @@ import static org.hamcrest.Matchers.contains; import static org.hamcrest.Matchers.is; +import static org.hamcrest.Matchers.not; Review Comment: Thanks for the comment, I'll migrate this class to junit 5. -- 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]
