fixed currency test
This commit is contained in:
parent
f8ec405997
commit
60dfde5773
@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user