pjfanning commented on code in PR #1186:
URL: https://github.com/apache/incubator-pekko/pull/1186#discussion_r1530948545


##########
stream-testkit/src/test/scala/org/apache/pekko/stream/testkit/StreamTestKitSpec.scala:
##########
@@ -136,15 +136,15 @@ class StreamTestKitSpec extends PekkoSpec {
         // It also needs to be dilated since the testkit will dilate the 
timeout
         // accordingly to `-Dpekko.test.timefactor` value.
         val initialDelay = (timeout * 2).dilated
+        val pf: PartialFunction[Any, Unit] = {

Review Comment:
   these changes seem quite small compared to the StreamTestKit changes
   
   is it possible to test all the new functions?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to