From 69aff5a8a7c61e251de76129fdd01864dbb62249 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Thu, 30 Apr 2026 14:32:42 +0700 Subject: [PATCH] test: update homepage route name in feature test --- tests/Feature/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });