Skip to content

Commit 996cac7

Browse files
authored
remove the Obsolete attribute (#6547)
1 parent f5924ea commit 996cac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/Akka.Streams.TestKit/TestSubscriber_Fluent.cs

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public ManualProbe<T> ExpectNext(TimeSpan? timeout, CancellationToken cancellati
107107
/// <summary>
108108
/// Fluent DSL. Expect multiple stream elements in arbitrary order.
109109
/// </summary>
110-
[Obsolete("Use the method with CancellationToken support instead")]
111110
public ManualProbe<T> ExpectNextUnordered(params T[] elems)
112111
{
113112
ExpectNextUnorderedTask(this, null, default, elems)

0 commit comments

Comments
 (0)