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();