Skip to content

Commit b10efcd

Browse files
authored
Merge pull request #201 from njlr/patch-1
Update AsyncSeqTests.fs
2 parents 6d172b5 + 0890842 commit b10efcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,7 @@ let ``AsyncSeq.toAsyncEnum raises exception``() : unit =
20742074
}
20752075
|> Async.RunSynchronously
20762076

2077+
[<Test>]
20772078
let ``AsyncSeq.ofAsyncEnum raises exception``() : unit =
20782079
async {
20792080
let exceptionMessage = "Raised inside AsyncSeq"

0 commit comments

Comments
 (0)