diff --git a/tests/Chandler/MVC/Routing/RouterTest.php b/tests/Chandler/MVC/Routing/RouterTest.php index 75de3ea..f5ac0e2 100644 --- a/tests/Chandler/MVC/Routing/RouterTest.php +++ b/tests/Chandler/MVC/Routing/RouterTest.php @@ -20,7 +20,7 @@ class RouterTest extends TestCase return [ [ "expected" => ["Index", "index"], - "givenRoute" => "Index@index", + "givenRoute" => "Index->index", ], ]; }