From 44c51f6786df0f97914381bd1c8b7f84013f7c0e Mon Sep 17 00:00:00 2001 From: Brah McDude <77924970+brah-mcdude@users.noreply.github.com> Date: Thu, 20 Jan 2022 03:45:06 +0200 Subject: [PATCH] Removed comment that no longer applies. (#5523) --- src/core/Akka.TestKit/TestKitBase_Receive.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/Akka.TestKit/TestKitBase_Receive.cs b/src/core/Akka.TestKit/TestKitBase_Receive.cs index 6708c9e4e3f..f94defa5fca 100644 --- a/src/core/Akka.TestKit/TestKitBase_Receive.cs +++ b/src/core/Akka.TestKit/TestKitBase_Receive.cs @@ -62,7 +62,6 @@ public T FishForMessage(Predicate isMessage, TimeSpan? max = null, string /// /// Ignores all messages except for a message of type . /// Asserts that all messages are not of the of type . - /// Note that when comparing types, inheritance is ignored, in other words, only perfectly matching types are asserted. /// /// The type that the message is not supposed to be. /// Optional. The maximum wait duration. Defaults to when unset.