diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js index 9b43411db3..530d104afa 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "day" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "day" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js index fa055aa35c..5953c7886a 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "month" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "month" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js index 12031ec319..757794631b 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "week" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "week" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js index c1a01c5669..03773ec893 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "year" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "year" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).