Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed May 2, 2024
1 parent 76815ef commit 6452550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Formatters/Number/LocaleDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function provideLoadCurrenciesCases(): array
return [
['pl', new Currency('USD', 'dolar amerykański', narrow: '$', plurals: $polishPlurals)],
['pl-UNKNOWN', new Currency('USD', 'dolar amerykański', narrow: '$', plurals: $polishPlurals)],
['en-CA', new Currency('USD', 'US Dollar', 'US$', 'US$', ['one' => 'US dollar', 'other' => 'US dollars'])],
['en-CA', new Currency('USD', 'US Dollar', 'US$', '$', ['one' => 'US dollar', 'other' => 'US dollars'])],
['en-CA', new Currency('PLN', 'Polish Zloty', narrow: 'zł', plurals: ['one' => 'Polish zloty', 'other' => 'Polish zlotys'])],
];
}
Expand Down

0 comments on commit 6452550

Please sign in to comment.