Skip to content

Commit

Permalink
Update src/FSharp.Control.TaskSeq.Test/TaskSeq.Let.Tests.fs
Browse files Browse the repository at this point in the history
Co-authored-by: Abel Braaksma <[email protected]>
  • Loading branch information
bartelink and abelbraaksma authored Dec 24, 2023
1 parent 321d135 commit 23c6765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq.Test/TaskSeq.Let.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let ``CE taskSeq: use 'let!' with a ValueTask<string>`` () =
|> Task.map (should equal "test")

[<Fact>]
let ``CE taskSeq: use 'let!' with a non-generic valueTask`` () =
let ``CE taskSeq: use 'let!' with a non-generic ValueTask`` () =
let mutable value = 0

taskSeq {
Expand Down

0 comments on commit 23c6765

Please sign in to comment.