From 3839daa052197abf96d4679255451306d2cc9cd0 Mon Sep 17 00:00:00 2001 From: Jakub Majocha <1760221+majocha@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:03:51 +0200 Subject: [PATCH] Update tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs Co-authored-by: Petr --- .../FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs b/tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs index b5b391ec36f..2349ac602d8 100644 --- a/tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs +++ b/tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs @@ -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 =