diff --git a/src/core/Akka.TestKit/TestKitBase.cs b/src/core/Akka.TestKit/TestKitBase.cs index b7a43dd9128..0dd2786b423 100644 --- a/src/core/Akka.TestKit/TestKitBase.cs +++ b/src/core/Akka.TestKit/TestKitBase.cs @@ -125,7 +125,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();