diff --git a/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-digital-en.js b/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-digital-en.js index 2834c03299..f4426d48f0 100644 --- a/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-digital-en.js +++ b/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-digital-en.js @@ -40,9 +40,9 @@ const duration = { const style = "digital"; const expected = [ { type: "integer", value: "7", unit: "hour" }, - { type: "literal", value: ":", unit: "hour" }, + { type: "literal", value: ":"}, { type: "integer", value: "08", unit: "minute" }, - { type: "literal", value: ":", unit: "minute" }, + { type: "literal", value: ":"}, { type: "integer", value: "09", unit: "second" }, ];