From 753d502e9a582d3aa152c0296310dc0761973d2f Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 11 Jul 2024 15:20:15 -0700 Subject: [PATCH] Update the expctation of constructor-options-firstDayOfWeek-valid.js true will be dropped inside UTS35 --- test/intl402/Locale/constructor-options-firstDayOfWeek-valid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/Locale/constructor-options-firstDayOfWeek-valid.js b/test/intl402/Locale/constructor-options-firstDayOfWeek-valid.js index 4905bfc0c8..0c60306257 100644 --- a/test/intl402/Locale/constructor-options-firstDayOfWeek-valid.js +++ b/test/intl402/Locale/constructor-options-firstDayOfWeek-valid.js @@ -47,7 +47,7 @@ const validFirstDayOfWeekOptions = [ [6, "en-u-fw-sat"], [7, "en-u-fw-sun"], [0, "en-u-fw-sun"], - [true, "en-u-fw-true"], + [true, "en-u-fw"], [false, "en-u-fw-false"], [null, "en-u-fw-null"], ["primidi", "en-u-fw-primidi"],