Fix generalSettingsTest

This commit is contained in:
philipp lang 2021-11-19 00:22:25 +01:00
parent 25b970770f
commit 144487a881
1 changed files with 1 additions and 1 deletions
tests/Feature/Settings

View File

@ -15,7 +15,7 @@ class GlobalSettingTest extends TestCase
public function testItLoadsGeneralSettings(): void
{
GeneralSettings::fake([
'mode' => ['bill']
'modes' => ['bill']
]);
$this->withoutExceptionHandling();
$this->login()->init();