We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f158e62 commit d573c81Copy full SHA for d573c81
tests/FsToolkit.ErrorHandling.Tests/Expecto.fs
@@ -56,7 +56,8 @@ module Expect =
56
(typeof<'texn>.FullName)
57
(e.GetType().FullName)
58
| Choice1Of2 _ -> ()
59
- | Choice2Of2 result -> Tests.failtestf "%s. Expected f to throw. returned %A" message result
+ | Choice2Of2 result ->
60
+ Tests.failtestf "%s. Expected f to throw. returned %A" message result
61
}
62
63
type Expect =
tests/FsToolkit.ErrorHandling.Tests/Result.fs
@@ -967,9 +967,9 @@ let allTests =
967
teeErrorIfTests
968
sequenceAsyncTests
969
traverseAsyncTests
970
- #if !FABLE_COMPILER
+#if !FABLE_COMPILER
971
sequenceTaskTests
972
- #endif
+#endif
973
valueOrTests
974
zipTests
975
zipErrorTests
0 commit comments