diff --git a/tests/Feature/Settings/CurrenciesTest.php b/tests/Feature/Settings/CurrenciesTest.php index bd5619e11..96de411d6 100644 --- a/tests/Feature/Settings/CurrenciesTest.php +++ b/tests/Feature/Settings/CurrenciesTest.php @@ -72,7 +72,7 @@ class CurrenciesTest extends FeatureTestCase 'decimal_mark' => $this->faker->text(5), 'thousands_separator' => $this->faker->text(5), 'enabled' => $this->faker->boolean ? 1 : 0, - 'default_currency' => $this->faker->boolean ? 1 : 0 + 'default_currency' => 0, ]; } }