mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Intl.Locale: fix typo in assertion message (#1575)
This commit is contained in:
parent
5aa5910f6d
commit
c1c60447f3
@ -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}`
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user