diff --git a/test/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js b/test/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js index c14cf4bb41..2724d14fc7 100644 --- a/test/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js +++ b/test/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal.zoneddatetime.prototype.equals -description: Properties on objects passed to equals() are accessed in the correct order +esid: sec-temporal.zoneddatetime.prototype.round +description: Properties on objects passed to round() are accessed in the correct order includes: [compareArray.js, temporalHelpers.js] features: [Temporal] ---*/