Skip to content

Commit

Permalink
Removed comment that no longer applies. (#5523)
Browse files Browse the repository at this point in the history
  • Loading branch information
brah-mcdude committed Jan 20, 2022
1 parent 536616a commit 44c51f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Akka.TestKit/TestKitBase_Receive.cs
Expand Up @@ -62,7 +62,6 @@ public T FishForMessage<T>(Predicate<T> isMessage, TimeSpan? max = null, string
///
/// Ignores all messages except for a message of type <typeparamref name="T"/>.
/// Asserts that all messages are not of the of type <typeparamref name="T"/>.
/// Note that when comparing types, inheritance is ignored, in other words, only perfectly matching types are asserted.
/// </summary>
/// <typeparam name="T">The type that the message is not supposed to be.</typeparam>
/// <param name="max">Optional. The maximum wait duration. Defaults to <see cref="RemainingOrDefault"/> when unset.</param>
Expand Down

0 comments on commit 44c51f6

Please sign in to comment.