Skip to content

Commit 4db81c1

Browse files
Call base.AfterAll() to kill TestKit ActorSystem (#5705)
Co-authored-by: Gregorius Soedharmo <[email protected]>
1 parent e47f99d commit 4db81c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/Akka.Remote.Tests/Serialization/SerializationTransportInformationSpec.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public void Serialization_of_ActorRef_in_remote_message_must_resolve_Address()
181181

182182
protected override void AfterAll()
183183
{
184+
base.AfterAll();
184185
Shutdown(System2, verifySystemShutdown: true);
185186
}
186187
}

0 commit comments

Comments
 (0)