From 8d1def58eb3cbf41875cfe85263195a26dbe8774 Mon Sep 17 00:00:00 2001 From: Dan <79267265+dansysanalyst@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:15:03 +0100 Subject: [PATCH] fix link Co-authored-by: Owen Voke --- custom-expectations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-expectations.md b/custom-expectations.md index 7efae40..0a355a7 100644 --- a/custom-expectations.md +++ b/custom-expectations.md @@ -51,7 +51,7 @@ test('numeric ranges', function () { }); ``` -Sometimes, you may need to trigger a test failure in your Custom Expectation. To do so, use the `test()` method in combination with the [fail()](/docs/exceptions) method. +Sometimes, you may need to trigger a test failure in your Custom Expectation. To do so, use the `test()` method in combination with the [`fail()`](/docs/exceptions) method. ```php // Pest.php or Expectations.php