harmadasg commented on code in PR #23199:
URL: https://github.com/apache/kafka/pull/23199#discussion_r3867403997


##########
streams/src/test/java/org/apache/kafka/streams/kstream/internals/suppress/KTableSuppressProcessorTest.java:
##########
@@ -428,7 +423,7 @@ public void suppressShouldShutDownWhenOverRecordCapacity() {
             harness.processor.process(new Record<>("dummyKey", value, 
timestamp));
             fail("expected an exception");
         } catch (final StreamsException e) {

Review Comment:
   Sure no problem the test code looks more idiomatic based on your suggestion. 
Fixed it in both places



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to