diff --git a/src/core/Akka.TestKit/TestKitBase.cs b/src/core/Akka.TestKit/TestKitBase.cs index dc9d0d7604f..969338dff3f 100644 --- a/src/core/Akka.TestKit/TestKitBase.cs +++ b/src/core/Akka.TestKit/TestKitBase.cs @@ -127,7 +127,7 @@ protected TestKitBase(ITestKitAssertions assertions, ActorSystem system, ActorSy /// The configuration that will use if it's null. /// The name that will use if it's null. /// The name of the test actor. Can be null. - protected void InitializeTest(ActorSystem system, ActorSystemSetup config, string actorSystemName, string testActorName) + protected virtual void InitializeTest(ActorSystem system, ActorSystemSetup config, string actorSystemName, string testActorName) { _testState = new TestState();