From 10ac2ad03e018be59fdffb54f3b8746dcd7b58b0 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 21 Oct 2022 13:58:00 -0700 Subject: [PATCH] Fix esids --- test/built-ins/Temporal/Calendar/prototype/id/branding.js | 2 +- test/built-ins/Temporal/TimeZone/prototype/id/branding.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/built-ins/Temporal/Calendar/prototype/id/branding.js b/test/built-ins/Temporal/Calendar/prototype/id/branding.js index c043fab78d..bd3cef876c 100644 --- a/test/built-ins/Temporal/Calendar/prototype/id/branding.js +++ b/test/built-ins/Temporal/Calendar/prototype/id/branding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal.calendar.prototype.id +esid: sec-get-temporal.calendar.prototype.id description: Throw a TypeError if the receiver is invalid features: [Symbol, Temporal] ---*/ diff --git a/test/built-ins/Temporal/TimeZone/prototype/id/branding.js b/test/built-ins/Temporal/TimeZone/prototype/id/branding.js index a29e76837e..f437ab2baa 100644 --- a/test/built-ins/Temporal/TimeZone/prototype/id/branding.js +++ b/test/built-ins/Temporal/TimeZone/prototype/id/branding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal.timezone.prototype.id +esid: sec-get-temporal.timezone.prototype.id description: Throw a TypeError if the receiver is invalid features: [Symbol, Temporal] ---*/