mimaison commented on a change in pull request #11471: URL: https://github.com/apache/kafka/pull/11471#discussion_r829001380
########## File path: connect/file/src/test/java/org/apache/kafka/connect/file/FileStreamSourceTaskTest.java ########## @@ -73,7 +75,6 @@ public void teardown() { } private void replay() { Review comment: I wonder if it would be simpler to get rid of the `replay()` method and just call `verifyAll()` in the tests that need it. WDYT? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org