diff --git a/test/intl402/Locale/constructor-options-hourcycle-valid.js b/test/intl402/Locale/constructor-options-hourcycle-valid.js index dc371a92cb..42fc7e16ef 100644 --- a/test/intl402/Locale/constructor-options-hourcycle-valid.js +++ b/test/intl402/Locale/constructor-options-hourcycle-valid.js @@ -68,6 +68,6 @@ for (const hourCycle of validHourCycleOptions) { assert.sameValue( new Intl.Locale('en-u-hc-h00', options).hourCycle, expected, - `new Intl.Locale('en-u-hc-h00', options).hourCycle equals the value of ${expect}` + `new Intl.Locale('en-u-hc-h00', options).hourCycle equals the value of ${expected}` ); }