This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 994850d33a32f1ac27cee755f976b86208f911e3
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Sun Feb 11 16:06:59 2024 +0100

    [FLINK-34422] Migrate BatchTestBase subclass to jUnit5
    
    Usually this should've been done _before_ you ban jUnit4 annotations in 
BatchTestBase...
---
 .../java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java
 
b/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java
index 1cc1a200d3a..ea869241ea2 100644
--- 
a/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java
+++ 
b/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java
@@ -27,7 +27,7 @@ import 
org.apache.flink.table.planner.runtime.utils.BatchTestBase;
 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;

Reply via email to