From c95d5a282e7c660c6022e28465eaa0605b07291c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 1 Jul 2025 00:27:04 +0200 Subject: [PATCH] fix typo --- tests/CloneActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CloneActionTest.php b/tests/CloneActionTest.php index 667886bb..866babb5 100644 --- a/tests/CloneActionTest.php +++ b/tests/CloneActionTest.php @@ -97,7 +97,7 @@ test('all routes with any of the middleware specified in cloneRoutesWithMiddlewa ->cloneRoutesWithMiddleware($cloneRoutesWithMiddleware) ->handle(); - // Each middleware is only used on a single route so we assert that the count new routes matches the count of used middleware flags + // Each middleware is only used on a single route so we assert that the count of new routes matches the count of used middleware flags expect($currentRouteCount())->toEqual($initialRouteCount + count($cloneRoutesWithMiddleware)); })->with([ [[]],