summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js')
-rw-r--r--js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js b/js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js
index 0a4043d391..af9f721949 100644
--- a/js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js
+++ b/js/src/tests/test262/built-ins/Temporal/Duration/from/argument-duration-max.js
@@ -11,7 +11,7 @@ features: [Temporal]
const maxCases = [
["P4294967295Y104249991374DT7H36M31.999999999S", "string with max years"],
[{ years: 4294967295, days: 104249991374, nanoseconds: 27391999999999 }, "property bag with max years"],
- ["P4294967295M104249991374DT7H36M31.999999999S", "string with max weeks"],
+ ["P4294967295M104249991374DT7H36M31.999999999S", "string with max months"],
[{ months: 4294967295, days: 104249991374, nanoseconds: 27391999999999 }, "property bag with max months"],
["P4294967295W104249991374DT7H36M31.999999999S", "string with max weeks"],
[{ weeks: 4294967295, days: 104249991374, nanoseconds: 27391999999999 }, "property bag with max weeks"],