diff --git a/tests/Feature/Prevention/SettingTest.php b/tests/Feature/Prevention/SettingTest.php index 46c983eb..783b5423 100644 --- a/tests/Feature/Prevention/SettingTest.php +++ b/tests/Feature/Prevention/SettingTest.php @@ -16,7 +16,7 @@ class SettingTest extends TestCase { $this->login()->loginNami(); - $this->get('/setting/prevention')->assertComponent('prevention/Index')->assertOk(); + $this->get('/setting/prevention')->assertComponent('setting/Prevention')->assertOk(); } public function testItReceivesSettings(): void