summaryrefslogtreecommitdiff
path: root/tests/Unit/RouteTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/RouteTest.php')
-rw-r--r--tests/Unit/RouteTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/RouteTest.php b/tests/Unit/RouteTest.php
index 5e3dc3b..0414649 100644
--- a/tests/Unit/RouteTest.php
+++ b/tests/Unit/RouteTest.php
@@ -13,4 +13,4 @@ it('initializes')
HttpMethod::Get,
fn () => null
))
- ->toBeInstance(Route::class);
+ ->toBeInstanceOf(Route::class);