diff --git a/test/intl402/NumberFormat/constructor-roundingIncrement.js b/test/intl402/NumberFormat/constructor-roundingIncrement.js index e0f553e396..ed2637edac 100644 --- a/test/intl402/NumberFormat/constructor-roundingIncrement.js +++ b/test/intl402/NumberFormat/constructor-roundingIncrement.js @@ -34,7 +34,7 @@ for (const [value, expected] of values) { const nf = new Intl.NumberFormat([], { get notation() { callOrder.push("notation"); - return "compact"; + return "standard"; }, get roundingIncrement() { callOrder.push("roundingIncrement");