Skip to content

Commit

Permalink
Fix link (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
fachammer authored Jul 11, 2023
1 parent ef7d87b commit e5e3404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Error:
╰────
```

In general for base `assert` command it is encouraged to always provide the additional message to show what went wrong. If you cannot use any built-in assert command, you can create a custom one with passing the label for [`error make`](error_make.md) for the `assert` command:
In general for base `assert` command it is encouraged to always provide the additional message to show what went wrong. If you cannot use any built-in assert command, you can create a custom one with passing the label for [`error make`](/commands/docs/error_make.md) for the `assert` command:

```
def "assert even" [number: int] {
Expand Down

0 comments on commit e5e3404

Please sign in to comment.