snuyanzin commented on code in PR #19753: URL: https://github.com/apache/flink/pull/19753#discussion_r876967473
########## flink-table/flink-table-common/src/test/java/org/apache/flink/table/types/inference/InputTypeStrategiesTestBase.java: ########## @@ -45,39 +43,39 @@ import static org.assertj.core.api.Assertions.assertThatThrownBy; /** Base class for testing {@link InputTypeStrategy}. */ -@RunWith(Parameterized.class) public abstract class InputTypeStrategiesTestBase { - @Parameterized.Parameter public TestSpec testSpec; - - @Test - public void testStrategy() { + @ParameterizedTest Review Comment: Thanks for the hint it seems working -- 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