mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue