This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 9f4a554f9 Try to fix GH build
9f4a554f9 is described below
commit 9f4a554f9a2722c466568e7701fd6420a4bfcd17
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 11 18:13:46 2023 -0400
Try to fix GH build
---
.../apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
index c1955610e..13d01726b 100644
---
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
+++
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
@@ -37,7 +37,7 @@ import org.junitpioneer.jupiter.DefaultTimeZone;
import org.junitpioneer.jupiter.ReadsDefaultLocale;
import org.junitpioneer.jupiter.ReadsDefaultTimeZone;
-/* make test reproducible */ @DefaultLocale("en_US")
+/* make test reproducible */ @DefaultLocale(language = "en")
/* make test reproducible */ @DefaultTimeZone(TimeZones.GMT_ID)
/* make test reproducible */ @ReadsDefaultLocale
/* make test reproducible */ @ReadsDefaultTimeZone