diff --git a/test/intl402/NumberFormat/constructor-locales-arraylike.js b/test/intl402/NumberFormat/constructor-locales-arraylike.js index 6ed4a3fd2f6a65eba4172dad1eacd858f69eb4ff..d065d26c4f60753331c7bdec08db2f23d3be9289 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();