Skip to content

Commit

Permalink
Update tests/phpunit/Civi/Core/FormatTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Otten <[email protected]>
  • Loading branch information
eileenmcnaughton and totten authored Oct 5, 2021
1 parent 386fe6c commit 21a7b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/Civi/Core/FormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function localeMoneyTestCases(): array {
'money_number_long' => '1 234,560',
],
];
$cases['en_US_KWD_long'] = [
$cases['fr_FR_KWD_long'] = [
[
'amount' => '1234.5678000',
'locale' => 'fr_FR',
Expand Down

0 comments on commit 21a7b29

Please sign in to comment.