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