Skip to content

Commit

Permalink
GitHub action test compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jan 8, 2025
1 parent 5f16317 commit 48a6067
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

import java.time.*;

import org.junit.jupiter.api.Test;

class OffsetDateTimeAdapterTest {
Expand Down Expand Up @@ -90,8 +89,4 @@ public void testOffsetDateTimeWithNanosOnlyZero() throws Exception {
testDateTimeImpl("2018-01-15T17:30:33.123456789Z", "2018-01-15T17:30:33.123456789+00:00");
testDateTimeImpl("2018-01-15T17:30:33Z", "2018-01-15T17:30:33+00:00");
}

private static String systemOffset() {
return offset;
}
}

0 comments on commit 48a6067

Please sign in to comment.