Skip to content

Commit

Permalink
Update OutboundIdleShutdownSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 12, 2024
1 parent 9f76ded commit 5ece502
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ class OutboundIdleShutdownSpec extends ArteryMultiNodeSpec(s"""

val localAddress = RARP(system).provider.getDefaultAddress

val localEchoRef = remoteSystem.actorSelection(RootActorPath(localAddress) / localProbe.ref.path.elements).resolveOne(remainingOrDefault).futureValue
val localEchoRef =
remoteSystem.actorSelection(RootActorPath(localAddress) / localProbe.ref.path.elements).resolveOne(
remainingOrDefault).futureValue
remoteEcho.tell("ping", localEchoRef)
localProbe.expectMsg("ping")

Expand Down

0 comments on commit 5ece502

Please sign in to comment.