diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index ef7b533..7f6304c 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -1,7 +1,7 @@ get(route('home')); + $response = $this->get(route('homepage')); $response->assertOk(); });