mjsax commented on a change in pull request #8847:
URL: https://github.com/apache/kafka/pull/8847#discussion_r438482024



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilderTest.java
##########
@@ -62,7 +63,7 @@
 
     private final Serde<String> stringSerde = Serdes.String();
     private final InternalTopologyBuilder builder = new 
InternalTopologyBuilder();
-    private final StoreBuilder<?> storeBuilder = new 
MockKeyValueStoreBuilder("store", false);
+    private final StoreBuilder<?> storeBuilder = new 
MockKeyValueStoreBuilder("testStore", false);

Review comment:
       Just renaming the store to make the error message in the tests easier to 
read.




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