diff --git a/test/intl402/NumberFormat/constructor-locales-arraylike.js b/test/intl402/NumberFormat/constructor-locales-arraylike.js index 6ed4a3fd2f..d065d26c4f 100644 --- a/test/intl402/NumberFormat/constructor-locales-arraylike.js +++ b/test/intl402/NumberFormat/constructor-locales-arraylike.js @@ -10,7 +10,7 @@ description: > const actual = Intl.NumberFormat({ length: 1, - 1: 'en-US' + 0: 'en-US' }).resolvedOptions(); const expected = Intl.NumberFormat(['en-US']).resolvedOptions();