1
0
mirror of https://github.com/tc39/test262.git synced 2025-04-08 19:35:28 +02:00

Temporal: Fix name of constructor

I mistakenly committed something slightly different in my code review
suggestion than what I had modified locally.
This commit is contained in:
Philip Chimento 2024-11-07 13:16:57 -08:00 committed by Ms2ger
parent e7024c1761
commit 80c49657d3

@ -9,7 +9,7 @@ features: [Temporal]
// Based on a test case by Adam Shaw
const dur = new Temporal.Duration.from(0, 0, 0, 0, /* hours = */ 13, 0, 0, 0, 0, 0);
const dur = new Temporal.Duration(0, 0, 0, 0, /* hours = */ 13, 0, 0, 0, 0, 0);
const zdt = new Temporal.ZonedDateTime(0n, "UTC");
TemporalHelpers.assertDuration(