diff --git a/test/intl402/Locale/getters.js b/test/intl402/Locale/getters.js index d1af47cedb..484c46783b 100644 --- a/test/intl402/Locale/getters.js +++ b/test/intl402/Locale/getters.js @@ -59,7 +59,7 @@ assert.sameValue(loc.calendar, "gregory"); assert.sameValue(loc.collation, "phonebk"); assert.sameValue(loc.hourCycle, "h23"); if ("caseFirst" in loc) { - assert.sameValue(loc.caseFirst, "true"); + assert.sameValue(loc.caseFirst, ""); } if ("numeric" in loc) { assert.sameValue(loc.numeric, false);