pjfanning commented on code in PR #2120:
URL: https://github.com/apache/pekko/pull/2120#discussion_r2312395277


##########
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:
   why does this need to change?



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

Reply via email to