From a8e89964b47c7852fc1e50ed7a33ec586c63fdbd Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 6 Jan 2022 11:17:30 -0800 Subject: [PATCH] set minimumFractionDigits: 1 to testing of 250 --- .../prototype/format/format-rounding-increment-250.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/NumberFormat/prototype/format/format-rounding-increment-250.js b/test/intl402/NumberFormat/prototype/format/format-rounding-increment-250.js index bc238bbafd..4843cad0bb 100644 --- a/test/intl402/NumberFormat/prototype/format/format-rounding-increment-250.js +++ b/test/intl402/NumberFormat/prototype/format/format-rounding-increment-250.js @@ -15,7 +15,7 @@ var numberingSystems = ['arab', 'latn', 'thai', 'hanidec']; testNumberFormat( locales, numberingSystems, - {roundingIncrement: 250, maximumFractionDigits: 3}, + {roundingIncrement: 250, maximumFractionDigits: 3, minimumFractionDigits: 1}, { '1.2500': '1.25', '1.3125': '1.25',