Skip to content

Commit

Permalink
Call base.AfterAll() to kill TestKit ActorSystem (#5705)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregorius Soedharmo <gregorius.soedharmo@petabridge.com>
  • Loading branch information
Arkatufus and Greg-Petabridge committed Mar 5, 2022
1 parent e47f99d commit 4db81c1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -181,6 +181,7 @@ public void Serialization_of_ActorRef_in_remote_message_must_resolve_Address()

protected override void AfterAll()
{
base.AfterAll();
Shutdown(System2, verifySystemShutdown: true);
}
}
Expand Down

0 comments on commit 4db81c1

Please sign in to comment.