Skip to content

Commit 67cea1e

Browse files
meridaioTheAngryByrd
authored andcommitted
pluralize test description
1 parent 6be0005 commit 67cea1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

tests/FsToolkit.ErrorHandling.TaskResult.Tests/TaskResult.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 "TaskResult.catch tests" [
464464
testCase "catch returns success for Ok" <| fun _ ->
465465
Expect.hasTaskOkValue 42 (TaskResult.catch f (toTask (Ok 42)))
466466

tests/FsToolkit.ErrorHandling.Tests/AsyncResult.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ let catchTests =
477477
return Error ""
478478
}
479479

480-
testList "AsyncResult.catch test" [
480+
testList "AsyncResult.catch tests" [
481481
testCaseAsync "catch returns success for Ok" <|
482482
Expect.hasAsyncOkValue 42 (AsyncResult.catch f (toAsync (Ok 42)))
483483

0 commit comments

Comments
 (0)