diff --git a/test/intl402/Locale/constructor-options-numeric-valid.js b/test/intl402/Locale/constructor-options-numeric-valid.js index 1f3979d83c..77ae60af36 100644 --- a/test/intl402/Locale/constructor-options-numeric-valid.js +++ b/test/intl402/Locale/constructor-options-numeric-valid.js @@ -62,7 +62,7 @@ for (const [numeric, expected] of validNumericOptions) { assert.sameValue( new Intl.Locale('en-u-kf-lower', {numeric}).numeric, - String(expected), + expected, `new Intl.Locale("en-u-kf-lower", {numeric: ${numeric}}).numeric equals "${expected}"` ); }