Fix generalSettingsTest
This commit is contained in:
parent
25b970770f
commit
144487a881
tests/Feature/Settings
|
@ -15,7 +15,7 @@ class GlobalSettingTest extends TestCase
|
|||
public function testItLoadsGeneralSettings(): void
|
||||
{
|
||||
GeneralSettings::fake([
|
||||
'mode' => ['bill']
|
||||
'modes' => ['bill']
|
||||
]);
|
||||
$this->withoutExceptionHandling();
|
||||
$this->login()->init();
|
||||
|
|
Loading…
Reference in New Issue