cadonna commented on code in PR #12554: URL: https://github.com/apache/kafka/pull/12554#discussion_r953802616
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java: ########## @@ -50,10 +50,11 @@ import static org.apache.kafka.test.StreamsTestUtils.TaskBuilder.statefulTask; import static org.apache.kafka.test.StreamsTestUtils.TaskBuilder.statelessTask; import static org.apache.kafka.test.TestUtils.waitForCondition; -import static org.easymock.EasyMock.anyBoolean; Review Comment: Removed EasyMock dependency since we do not use EasyMock in this test class. -- 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