Skip to content

Commit

Permalink
remove the Obsolete attribute (#6547)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba authored Mar 23, 2023
1 parent f5924ea commit 996cac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Akka.Streams.TestKit/TestSubscriber_Fluent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public ManualProbe<T> ExpectNext(TimeSpan? timeout, CancellationToken cancellati
/// <summary>
/// Fluent DSL. Expect multiple stream elements in arbitrary order.
/// </summary>
[Obsolete("Use the method with CancellationToken support instead")]
public ManualProbe<T> ExpectNextUnordered(params T[] elems)
{
ExpectNextUnorderedTask(this, null, default, elems)
Expand Down

0 comments on commit 996cac7

Please sign in to comment.