He-Pin commented on code in PR #2120: URL: https://github.com/apache/pekko/pull/2120#discussion_r2312401752
########## stream-tests/src/test/java/org/apache/pekko/stream/javadsl/FlowTest.java: ########## @@ -1338,13 +1338,32 @@ public void mustBeAbleToOnErrorComplete() { return elem; } }) - .onErrorComplete() + .via(Flow.of(Integer.class).onErrorComplete()) Review Comment: Before, the tests is testing the method on Source, But the File is FlowTest -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org