Skip to content

Commit 29f6004

Browse files
committed
chore: fix test
1 parent d9046f9 commit 29f6004

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lithic-java-core/src/test/kotlin/com/lithic/api/core/ObjectMappersTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ internal class ObjectMappersTest {
7777
}
7878

7979
enum class LenientOffsetDateTimeTestCase(val string: String) {
80-
DATE("1998-04-21"),
8180
DATE_TIME("1998-04-21T04:00:00"),
8281
ZONED_DATE_TIME_1("1998-04-21T04:00:00+03:00"),
8382
ZONED_DATE_TIME_2("1998-04-21T04:00:00Z"),

0 commit comments

Comments
 (0)