diff --git a/test/intl402/NumberFormat/prototype/formatToParts/length.js b/test/intl402/NumberFormat/prototype/formatToParts/length.js
index 071b9d0aa2aa1e32fd47e54158dc8d72bfa2e187..7a1a9abdd24fee301f681e55c3bf588f99d9e996 100644
--- a/test/intl402/NumberFormat/prototype/formatToParts/length.js
+++ b/test/intl402/NumberFormat/prototype/formatToParts/length.js
@@ -6,7 +6,7 @@ description: Intl.NumberFormat.prototype.formatToParts.length.
 includes: [propertyHelper.js]
 ---*/
 
-assert.sameValue(Intl.NumberFormat.prototype.formatToParts.length, 0);
+assert.sameValue(Intl.NumberFormat.prototype.formatToParts.length, 1);
 
 verifyNotEnumerable(Intl.NumberFormat.prototype.formatToParts, "length");
 verifyNotWritable(Intl.NumberFormat.prototype.formatToParts, "length");