pjfanning commented on code in PR #3084:
URL: https://github.com/apache/pekko/pull/3084#discussion_r3438956735
##########
stream-tests/src/test/scala/org/apache/pekko/stream/io/FileSinkSpec.scala:
##########
@@ -225,7 +225,7 @@ class FileSinkSpec extends
StreamSpec(UnboundedMailboxConfig) with ScalaFutures
"complete with failure when file cannot be open" in {
val completion =
-
Source.single(ByteString("42")).runWith(FileIO.toPath(fs.getPath("/I/hope/this/file/doesnt/exist.txt")))
+
Source.single(ByteString("42")).runWith(FileIO.toPath(fs.getPath("/I/hope/this/file/doesn't/exist.txt")))
Review Comment:
this is a test and the `'` may affect the test - better to revert this
The CI fails and I'm not sure this is part of the reason
--
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]