Skip to content

Commit

Permalink
Fix haddock link
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Aug 2, 2024
1 parent 4138012 commit 3a9bf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ All assertions in Skeletest use the following functions:

`shouldSatisfy` is the most general function, but the others are provided for convenience. `shouldSatisfy` takes in the value being tested on the left, and a predicate on the right. Predicates should be imported from `Skeletest.Predicate`, qualified as `P`.

Some notable predicates are listed here. See the [Haddocks](https://hackage.haskell.org/package/aeson-schemas/docs/Skeletest-Predicate.html) for a full list of available predicates.
Some notable predicates are listed here. See the [Haddocks](https://hackage.haskell.org/package/skeletest/docs/Skeletest-Predicate.html) for a full list of available predicates.

* `P.eq 10`
* Satisfied when the actual value is equal to `10`.
Expand Down

0 comments on commit 3a9bf88

Please sign in to comment.