Skip to content
Snippets Groups Projects
Commit c1c60447 authored by Rick Waldron's avatar Rick Waldron Committed by Leo Balter
Browse files

Intl.Locale: fix typo in assertion message (#1575)

parent 5aa5910f
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,6 @@ for (const hourCycle of validHourCycleOptions) { ...@@ -68,6 +68,6 @@ for (const hourCycle of validHourCycleOptions) {
assert.sameValue( assert.sameValue(
new Intl.Locale('en-u-hc-h00', options).hourCycle, new Intl.Locale('en-u-hc-h00', options).hourCycle,
expected, 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}`
); );
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment