Try to fix HG build

This commit is contained in:
Gary Gregory 2023-08-11 14:37:24 -04:00
parent f4ad388201
commit 8c92ba822e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class FastDateParser_TimeZoneStrategyTest extends AbstractLangTest {
@ParameterizedTest
@MethodSource("java.util.Locale#getAvailableLocales")
public void testTimeZoneStrategyPattern(final Locale locale) {
testTimeZoneStrategyPattern(locale, TimeZone.getDefault());
testTimeZoneStrategyPattern(locale, TimeZones.GMT);
}
/**