From fec7982e098875e21ead21b2f40fc44c0c2ccfd5 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma <usharma1998@gmail.com> Date: Tue, 18 Sep 2018 03:27:46 +0530 Subject: [PATCH] Update test case description --- .../intl402/NumberFormat/prototype/toStringTag/configurable.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/intl402/NumberFormat/prototype/toStringTag/configurable.js b/test/intl402/NumberFormat/prototype/toStringTag/configurable.js index 052662db2b..0e022fb2b2 100644 --- a/test/intl402/NumberFormat/prototype/toStringTag/configurable.js +++ b/test/intl402/NumberFormat/prototype/toStringTag/configurable.js @@ -4,7 +4,8 @@ /*--- esid: sec-intl.numberformat.prototype-@@tostringtag description: > - Initial value of Intl.NumberFormat.prototype[@@toStringTag] is "Object". + Check that the initial value of the property is "Object" and that any changes + made by reconfiguring are reflected. ---*/ assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object'); -- GitLab