diff --git a/test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js b/test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js index 19a4b8aea7..3f96dbe3d3 100644 --- a/test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js +++ b/test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js @@ -50,6 +50,12 @@ const exceptions = { "0": "today", "1": "tomorrow", }, + "hour": { + '0': 'this hour' + }, + "minute": { + '0': 'this minute' + }, "second": { "-1": "1 second ago", "0": "now",