From 490f911ab6436eefd9ef5a6ecacc9a0aee0d3e6d Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Tue, 18 Sep 2018 03:05:20 +0530 Subject: [PATCH] Refactor value check for prop-desc --- test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js b/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js index 34367a35ce..73bfc6daae 100644 --- a/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js +++ b/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js @@ -8,8 +8,8 @@ description: > includes: [propertyHelper.js] ---*/ -assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object'); verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, { + value: 'Object', writable: false, enumerable: false, configurable: true