ableegoldman commented on a change in pull request #10676:
URL: https://github.com/apache/kafka/pull/10676#discussion_r632011373



##########
File path: streams/src/test/java/org/apache/kafka/streams/TopologyTest.java
##########
@@ -427,8 +428,8 @@ public void singleSourceShouldHaveSingleSubtopology() {
         final TopologyDescription.Source expectedSourceNode = 
addSource("source", "topic");
 
         expectedDescription.addSubtopology(
-            new InternalTopologyBuilder.Subtopology(0,
-                Collections.singleton(expectedSourceNode)));
+            new SubtopologyDescription(0,
+                                       
Collections.singleton(expectedSourceNode)));

Review comment:
       Yeah, looks like my IDE just reformatted this when it did the renaming. 




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to