BiGsuw commented on code in PR #19590: URL: https://github.com/apache/flink/pull/19590#discussion_r862743234
########## flink-formats/flink-json/src/test/java/org/apache/flink/formats/json/JsonBatchFileSystemITCase.java: ########## @@ -36,10 +36,14 @@ import java.util.Arrays; import java.util.List; +import static org.assertj.core.api.Assertions.assertThat; + /** ITCase to test json format for {@link JsonFormatFactory}. */ -public class JsonBatchFileSystemITCase extends BatchFileSystemITCaseBase { +class JsonBatchFileSystemITCase extends BatchFileSystemITCaseBase { Review Comment: ok, i now change it back to junit4 and accept your suggestion to apply assertThat -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org