diff --git a/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js b/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js
index 20f3f3bc07a2c1afd38e6879e8269b7f4ab0c3c7..c12da627b033cd7dd702972ced21164c3d89fec3 100644
--- a/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js
+++ b/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js
@@ -23,7 +23,7 @@ var numberingSystems = [
 ];
 var testData = {
     "0": "000.0",
-    "-0": "000.0",
+    "-0": "-000.0",
     "123": "123.0",
     "-123": "-123.0",
     "12345": "12345.0",