Skip to content

Commit

Permalink
hardened more UnflowFlowSpec (#5263)
Browse files Browse the repository at this point in the history
Same issue as in #5262
  • Loading branch information
Aaronontheweb authored Sep 6, 2021
1 parent a0398a8 commit 1b2f4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Akka.Streams.Tests/Dsl/UnfoldFlowSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ public void UnfoldFlow_should_increment_integers_and_handle_KillSwitch_and_fail_
snk.EnsureSubscription();
sub.Cancel();
snk.Request(1);
snk.ExpectNoMsg(_timeout.DivideBy(2));
snk.ExpectError();
}

Expand Down

0 comments on commit 1b2f4c7

Please sign in to comment.