From 1b845a17d8cfa813566bc26e77a54e892c5cd4f3 Mon Sep 17 00:00:00 2001 From: Ilya Bakhlin Date: Sun, 9 Jan 2022 23:46:12 +0100 Subject: [PATCH] Fixing the tests. --- tests/Chandler/MVC/Routing/RouterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ], ]; }