diff --git a/test/intl402/Locale/constructor-options-hourcycle-valid.js b/test/intl402/Locale/constructor-options-hourcycle-valid.js index dc371a92cb541a46adb369d3e02e630e167f2bed..42fc7e16ef6e18a54c3323507810649cb7554cf9 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}` ); }