snuyanzin commented on code in PR #20991:
URL: https://github.com/apache/flink/pull/20991#discussion_r1034906776


##########
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/source/enumerator/subscriber/KafkaSubscriberTest.java:
##########
@@ -45,17 +45,19 @@ public class KafkaSubscriberTest {
     private static final TopicPartition NON_EXISTING_TOPIC = new 
TopicPartition("removed", 0);
     private static AdminClient adminClient;
 
-    @BeforeClass
+    @BeforeAll
     public static void setup() throws Throwable {

Review Comment:
   could be package private
   ```suggestion
       static void setup() throws Throwable {
   ```



-- 
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]

Reply via email to