Skip to content

Commit

Permalink
Update tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Contr…
Browse files Browse the repository at this point in the history
…ol/AsyncType.fs

Co-authored-by: Petr <psfinaki@users.noreply.github.com>
  • Loading branch information
majocha and psfinaki committed Sep 23, 2024
1 parent 3da12b9 commit 3839daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module AsyncType =
failwith $"expected {expected} continuation, but ran {actual}"

let onSuccess = cont Success
let onExeption = cont Exception
let onException = cont Exception
let onCancellation = cont Cancellation

let expect expected computation =
Expand Down

0 comments on commit 3839daa

Please sign in to comment.