Skip to content

Commit 6be0005

Browse files
meridaioTheAngryByrd
authored andcommitted
fix JobResult test description
1 parent c1cdbf2 commit 6be0005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FsToolkit.ErrorHandling.JobResult.Tests/JobResult.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ let catchTests =
460460
return Error ""
461461
}
462462

463-
testList "TaskResult.catch test" [
463+
testList "JobResult.catch test" [
464464
testCase "catch returns success for Ok" <| fun _ ->
465465
Expect.hasJobOkValue 42 (JobResult.catch f (toJob (Ok 42)))
466466

0 commit comments

Comments
 (0)