Skip to content
Snippets Groups Projects
Commit 6092c08a authored by Ms2ger's avatar Ms2ger
Browse files

Update expectation for Intl.RelativeTimeFormat.prototype[@@toStringTag].

parent e9a5a7f9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ description: >
info: |
Intl.RelativeTimeFormat.prototype[ @@toStringTag ]
The initial value of the @@toStringTag property is the string value "Object".
The initial value of the @@toStringTag property is the string value "Intl.RelativeTimeFormat".
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
......@@ -16,7 +16,7 @@ features: [Intl.RelativeTimeFormat, Symbol.toStringTag]
---*/
verifyProperty(Intl.RelativeTimeFormat.prototype, Symbol.toStringTag, {
value: "Object",
value: "Intl.RelativeTimeFormat",
writable: false,
enumerable: false,
configurable: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment