You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/05/23 07:34:48 UTC

[GitHub] [incubator-pekko] mdedetrich commented on a diff in pull request #327: Unwrap single string interpolation syntax

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


##########
actor-typed-tests/src/test/scala/org/apache/pekko/actor/typed/delivery/DurableWorkPullingSpec.scala:
##########
@@ -90,7 +90,7 @@ class DurableWorkPullingSpec
       val workPullingController =
         spawn(
           WorkPullingProducerController[TestConsumer.Job](producerId, workerServiceKey, Some(durable)),
-          s"workPullingController-${idCount}")
+          s"""workPullingController-$idCount""")

Review Comment:
   Fixed and pushed.



-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org