Skip to content

Commit

Permalink
fixed currency test
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 19, 2019
1 parent f8ec405 commit 60dfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Settings/CurrenciesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private function getCurrencyRequest()
'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,
];
}
}

0 comments on commit 60dfde5

Please sign in to comment.