Skip to content
Snippets Groups Projects
Commit 2889100f authored by Zibi Braniecki's avatar Zibi Braniecki Committed by Leo Balter
Browse files

Update Intl.NumberFormat.prototype.formatToParts.length to expect 1 (#1249)

As per https://github.com/tc39/ecma402/pull/160 the formatToParts.length is set to 1.
parent aca48e4d
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment