From 4719c8c2ddff813d44f4c1d8c2f420478a6532e2 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 6 Jan 2022 11:10:25 -0800 Subject: [PATCH] adjuest setting for roundingIncrement: 25 --- .../prototype/format/format-rounding-increment-25.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/NumberFormat/prototype/format/format-rounding-increment-25.js b/test/intl402/NumberFormat/prototype/format/format-rounding-increment-25.js index 9b77f75676..607795d522 100644 --- a/test/intl402/NumberFormat/prototype/format/format-rounding-increment-25.js +++ b/test/intl402/NumberFormat/prototype/format/format-rounding-increment-25.js @@ -15,7 +15,7 @@ var numberingSystems = ['arab', 'latn', 'thai', 'hanidec']; testNumberFormat( locales, numberingSystems, - {roundingIncrement: 25, maximumFractionDigits: 2}, + {roundingIncrement: 25, maximumFractionDigits: 2, minimumFractionDigits: 1}, { '1.2500': '1.25', '1.3125': '1.25',