mjsax commented on code in PR #14164: URL: https://github.com/apache/kafka/pull/14164#discussion_r1287683621
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignorTest.java: ########## @@ -1213,12 +1376,18 @@ public void testAssignWithInternalTopics() { final List<String> topics = asList("topic1", APPLICATION_ID + "-topicX"); final Set<TaskId> allTasks = mkSet(TASK_0_0, TASK_0_1, TASK_0_2); - final MockInternalTopicManager internalTopicManager = configureDefault(); + createDefaultMockTaskManager(); + final List<Map<String, List<TopicPartitionInfo>>> changelogTopicPartitionInfo = getTopicPartitionInfo(4, Review Comment: nit: move first parameter to next line -- 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