Skip to content

Commit

Permalink
[FLINK-34422] Migrate BatchTestBase subclass to jUnit5
Browse files Browse the repository at this point in the history
Usually this should've been done _before_ you ban jUnit4 annotations in BatchTestBase...
  • Loading branch information
zentol committed Feb 12, 2024
1 parent 25a604a commit 65727fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.flink.types.Row;
import org.apache.flink.util.CloseableIterator;

import org.junit.Test;
import org.junit.jupiter.api.Test;

import java.util.Map;
import java.util.concurrent.ExecutionException;
Expand Down

0 comments on commit 65727fb

Please sign in to comment.