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 39ecc3a commit 8e4312dCopy full SHA for 8e4312d
tests/FsToolkit.ErrorHandling.Tests/Result.fs
@@ -886,15 +886,6 @@ let checkTests =
886
Expect.equal output (Error(2)) "Should be Error"
887
)
888
889
- testCase "Using the result value in the predicate"
890
- <| (fun () ->
891
- let output =
892
- Result.check (fun number -> if number = 1 then Error(2) else Ok()) (Ok(1))
893
-
894
- Expect.equal output (Error(2)) "Should be Error"
895
- )
896
897
898
testCase "Using the result value in the predicate"
899
<| (fun () ->
900
let output =
0 commit comments