mjsax commented on a change in pull request #8679: URL: https://github.com/apache/kafka/pull/8679#discussion_r426212066
########## File path: streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/kstream/ProducedTest.scala ########## @@ -37,15 +37,15 @@ class ProducedTest extends FlatSpec with Matchers { internalProduced.valueSerde.getClass shouldBe Serdes.Long.getClass } - "Create a Produced with timestampExtractor and resetPolicy" should "create a Consumed with Serdes, timestampExtractor and resetPolicy" in { + "Create a Produced with streamPartitioner" should "create a Produced with Serdes and streamPartitioner" in { Review comment: Side cleanup (was originally copied from `ConsumedTest` but not updated correctly) ---------------------------------------------------------------- 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