diff --git a/tests/Http/Controllers/StatusPageControllerTest.php b/tests/Http/Controllers/StatusPageControllerTest.php index 9c36494a2ed3..412047769585 100644 --- a/tests/Http/Controllers/StatusPageControllerTest.php +++ b/tests/Http/Controllers/StatusPageControllerTest.php @@ -38,7 +38,7 @@ protected function setUp() ->setupConfig(); } - public function testIndexShowsOnlyPublicComponentGroupsToGues() + public function testIndexShowsOnlyPublicComponentGroupsToGuests() { $this->visit('/') ->see(self::COMPONENT_GROUP_1_NAME)