We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191415e commit de61f20Copy full SHA for de61f20
1 file changed
tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs
@@ -3326,10 +3326,6 @@ let ``AsyncSeq.except with all excluded returns empty sequence`` () =
3326
let result = AsyncSeq.except [1; 2; 3] source |> AsyncSeq.toArrayAsync |> Async.RunSynchronously
3327
Assert.AreEqual([||], result)
3328
3329
-[<Test>]
3330
-let ``AsyncSeq.except on empty source returns empty`` () =
3331
- let result = AsyncSeq.except [1; 2] AsyncSeq.empty<int> |> AsyncSeq.toArrayAsync |> Async.RunSynchronously
3332
-
3333
// ===== findIndex / tryFindIndex / findIndexAsync / tryFindIndexAsync =====
3334
3335
[<Test>]
0 commit comments