Skip to content

Commit

Permalink
rename custom functions
Browse files Browse the repository at this point in the history
  • Loading branch information
thacuber2a03 committed Jun 21, 2024
1 parent b1710a5 commit 3b0e5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ You set up any needed modules and variables, and then call
one of the methods in the `.assert` struct to check for any conditions.
As of now, the result must be checked for a `false` value and the test returned from manually.

### Custom test functions
### Custom assertions

You can also make custom test functions by, either mixing and matching assertions,
You can also make custom assertion functions by, either mixing and matching assertions,
or encoding your own logic with the help of the `fail` and `pass` functions.

For example, here's how an `assertEqualTypes` function could be written
Expand Down

0 comments on commit 3b0e5f7

Please sign in to comment.