fixed currency test

This commit is contained in:
denisdulici 2019-11-19 10:20:31 +03:00
parent f8ec405997
commit 60dfde5773

View File

@ -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,
];
}
}