snuyanzin commented on code in PR #26193:
URL: https://github.com/apache/flink/pull/26193#discussion_r1986133627
##########
flink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/sink/FileSinkTest.java:
##########
@@ -23,14 +23,14 @@
import
org.apache.flink.connector.file.sink.utils.PartSizeAndCheckpointRollingPolicy;
import org.apache.flink.core.fs.Path;
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
import java.io.IOException;
-import static org.junit.Assert.assertEquals;
+import static org.assertj.core.api.Assertions.assertThat;
/** Tests for {@link FileSink}. */
-public class FileSinkTest {
+class FileSinkTest {
@Test
public void testCreateFileWriterWithTimerRegistered() throws IOException {
Review Comment:
```suggestion
void testCreateFileWriterWithTimerRegistered() throws IOException {
```
as mentioned earlier, could be omitted
--
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]