Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Kalnitsky <klntsky@gmail.com>
  • Loading branch information
aske and klntsky committed May 29, 2023
1 parent 82db7d1 commit 66e6a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/test-utils.md
Expand Up @@ -87,6 +87,6 @@ type ContractCheck a =

Particular values can be constructed with utility functions, as demonstrated in the [ContractTestUtils example](../examples/ContractTestUtils.purs) (see `mkAssertions`).

An example on using defined checks in the tests is an [assertions test suite](../test/Plutip/Contract/Assert.purs).
An example for using checks in the tests is [here](../test/Plutip/Contract/Assert.purs).

All the functions require `Labeled` arguments, that can be constructed with `label` function; or `noLabel`, if descriptive names in error messages are not needed.

0 comments on commit 66e6a7b

Please sign in to comment.