diff --git a/test/intl402/ListFormat/prototype/format/en-us-short.js b/test/intl402/ListFormat/prototype/format/en-us-short.js index 8355722b49..7070fbbecb 100644 --- a/test/intl402/ListFormat/prototype/format/en-us-short.js +++ b/test/intl402/ListFormat/prototype/format/en-us-short.js @@ -50,4 +50,4 @@ for (const f of transforms) { assert.sameValue(lf.format(f(["foo", "bar", "baz", "quux"])), "foo, bar, baz, & quux"); } -assert.sameValue(lf.format("foo"), "f, o, and o"); +assert.sameValue(lf.format("foo"), "f, o, & o");