Skip to content

Commit 3a8293a

Browse files
committed
@DefaultTimeZone should not be needed
1 parent 80e6a67 commit 3a8293a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/apache/commons/lang3/time/CalendarUtilsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import org.junit.jupiter.api.Test;
3535
import org.junit.jupiter.params.ParameterizedTest;
3636
import org.junit.jupiter.params.provider.MethodSource;
37-
import org.junitpioneer.jupiter.DefaultTimeZone;
3837

3938
public class CalendarUtilsTest extends AbstractLangTest {
4039

@@ -98,7 +97,6 @@ public void testGetYear() {
9897
* Tests {@link CalendarUtils#toLocalDate()} from https://github.com/apache/commons-lang/pull/725.
9998
*/
10099
@Test
101-
@DefaultTimeZone("GMT-5")
102100
public void testToLocalDate() {
103101
final Calendar calendar = new GregorianCalendar(TimeZone.getTimeZone(TimeZones.GMT_ID));
104102
calendar.setTimeInMillis(-27078001200000L);

0 commit comments

Comments
 (0)