mirror of https://github.com/tc39/test262.git
Temporal: Fix assertion message
This commit is contained in:
parent
9e539a07d7
commit
f4f33d272c
|
@ -10,7 +10,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"],
|
||||
|
|
Loading…
Reference in New Issue