Fixed tests
This commit is contained in:
parent
a4eba23bff
commit
2056e1ad6b
|
@ -42,6 +42,6 @@ class FileshareIndexActionTest extends FileshareTestCase
|
||||||
{
|
{
|
||||||
$this->withoutExceptionHandling()->login()->loginNami();
|
$this->withoutExceptionHandling()->login()->loginNami();
|
||||||
|
|
||||||
$this->get('/setting/fileshare')->assertComponent('fileshare/Index');
|
$this->get('/setting/fileshare')->assertComponent('setting/Fileshare');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue