diff --git a/test/intl402/Locale/constructor-options-numeric-valid.js b/test/intl402/Locale/constructor-options-numeric-valid.js
index 1f3979d83c56c2f515ddb8505927b5b8bc1c83b8..77ae60af3662930cbf87a2da41fa89d77b9f0060 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}"`
   );
 }