Russole commented on code in PR #23378:
URL: https://github.com/apache/kafka/pull/23378#discussion_r3959313844


##########
tools/src/test/java/org/apache/kafka/tools/consumer/group/ListConsumerGroupTest.java:
##########
@@ -615,58 +637,52 @@ private static void validateListOutput(
         }, () -> String.format("Expected header=%s and groups=%s, but 
found:%n%s", expectedHeader, expectedRows, out.get()));
     }
 
-    public static <T> Set<T> set(Collection<T> set) {
-        return new HashSet<>(set);
-    }
-}
-
-class ListConsumerGroupUnitTest {

Review Comment:
   Moved this test to `ConsumerGroupCommandTest` as suggested.



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