mdedetrich commented on code in PR #1823:
URL: https://github.com/apache/pekko/pull/1823#discussion_r2073413867


##########
stream-tests/src/test/scala/org/apache/pekko/stream/scaladsl/BoundedSourceQueueSpec.scala:
##########
@@ -223,5 +223,19 @@ class BoundedSourceQueueSpec extends 
StreamSpec("""pekko.loglevel = debug
       }
       queue.size() shouldBe 100
     }
+
+    "can be used to create create method" in {
+      Source.create[String](1024)(sink => {

Review Comment:
   Shouldn't this variable be named `queue` and not `sink`?



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