Skip to content

Commit d537af6

Browse files
fix #262: test fail in some cases (#263)
1 parent 0a3e3db commit d537af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue-i18n/test/composer.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,10 +712,10 @@ describe('n', () => {
712712

713713
test('minimumFractionDigits, maximumFractionDigits', () => {
714714
const { n } = createComposer({
715-
locale: 'US',
715+
locale: 'en-US',
716716
fallbackLocale: ['ja-JP'],
717717
numberFormats: {
718-
US: {
718+
'en-US': {
719719
currency: {
720720
style: 'currency',
721721
currency: 'USD',

0 commit comments

Comments
 (0)