Fix tests
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
ff40b9e805
commit
d26bdd72fb
|
@ -16,7 +16,7 @@ class SettingTest extends TestCase
|
||||||
{
|
{
|
||||||
$this->login()->loginNami();
|
$this->login()->loginNami();
|
||||||
|
|
||||||
$this->get('/setting/prevention')->assertComponent('prevention/Index')->assertOk();
|
$this->get('/setting/prevention')->assertComponent('setting/Prevention')->assertOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testItReceivesSettings(): void
|
public function testItReceivesSettings(): void
|
||||||
|
|
Loading…
Reference in New Issue