mdedetrich commented on code in PR #257:
URL: https://github.com/apache/incubator-pekko/pull/257#discussion_r1143315794


##########
actor-tests/src/test/scala/org/apache/pekko/util/ByteStringSpec.scala:
##########
@@ -814,6 +814,13 @@ class ByteStringSpec extends AnyWordSpec with Matchers 
with Checkers {
         }
       }
 
+      "created from iterator" in {

Review Comment:
   This test is here to make sure that the `apply` method for Iterator works 
for both Scala 2.12 and Scala 2.13. Without the added `Iterator[Byte]` apply 
method in this PR, this test will fail to compile.



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