Skip to content

Commit

Permalink
Update src/FSharp.Control.TaskSeq.Test/TaskSeq.StateTransitionBug.Tes…
Browse files Browse the repository at this point in the history
…ts.CE.fs

Co-authored-by: Abel Braaksma <[email protected]>
  • Loading branch information
bartelink and abelbraaksma authored Dec 24, 2023
1 parent 23c6765 commit 2ac4936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let ``CE empty taskSeq, GetAsyncEnumerator multiple times`` variant = task {
[<Theory; ClassData(typeof<TestEmptyVariants>)>]
let ``CE empty taskSeq, GetAsyncEnumerator multiple times and then MoveNextAsync`` variant = task {
let tskSeq = Gen.getEmptyVariant variant
use _enumerator = tskSeq.GetAsyncEnumerator()
use _ = tskSeq.GetAsyncEnumerator()
use enumerator = tskSeq.GetAsyncEnumerator()
do! Assert.moveNextAndCheck false enumerator
}
Expand Down

0 comments on commit 2ac4936

Please sign in to comment.