Copilot commented on code in PR #20764:
URL: https://github.com/apache/kafka/pull/20764#discussion_r2460290125


##########
tools/src/test/java/org/apache/kafka/tools/streams/StreamsGroupCommandTest.java:
##########
@@ -47,7 +50,6 @@
 import org.apache.kafka.test.TestUtils;
 
 import org.junit.jupiter.api.Test;
-import org.mockito.ArgumentMatchers;
 import org.mockito.MockedStatic;

Review Comment:
   The import for `ArgumentMatchers` was removed but `anyCollection()`, 
`anyMap()`, `anyString()`, and `eq()` are now imported individually. This is 
inconsistent with the continued use of `any()` which still requires 
`ArgumentMatchers` to be in scope. Consider using `ArgumentMatchers.any()` or 
adding individual imports for all matcher methods.



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