From 5ece502550e3ee225e3d8cbfc4cbb8925a60ef50 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 12 Nov 2024 11:49:22 +0100 Subject: [PATCH] Update OutboundIdleShutdownSpec.scala --- .../apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala b/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala index ce32d34431..8772a2248e 100644 --- a/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala +++ b/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala @@ -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")