From 144487a8819e1ec8befa47eb160c6c54483519c9 Mon Sep 17 00:00:00 2001
From: philipp lang <philipp@aweos.de>
Date: Fri, 19 Nov 2021 00:22:25 +0100
Subject: [PATCH] Fix generalSettingsTest

---
 tests/Feature/Settings/GlobalSettingTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Feature/Settings/GlobalSettingTest.php b/tests/Feature/Settings/GlobalSettingTest.php
index 02105244..2bc0898d 100644
--- a/tests/Feature/Settings/GlobalSettingTest.php
+++ b/tests/Feature/Settings/GlobalSettingTest.php
@@ -15,7 +15,7 @@ class GlobalSettingTest extends TestCase
     public function testItLoadsGeneralSettings(): void
     {
         GeneralSettings::fake([
-            'mode' => ['bill']
+            'modes' => ['bill']
         ]);
         $this->withoutExceptionHandling();
         $this->login()->init();