Try to fix HG build
This commit is contained in:
parent
f4ad388201
commit
8c92ba822e
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue