Skip to content

Commit dd7b996

Browse files
fix test
1 parent d3253f7 commit dd7b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-dialect/src/test/java/tech/ydb/hibernate/types/YdbJdbcCodeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void integrationTest() {
8080
true, 1, 1, 1, 1, 1, 1, 1, 1,
8181
LocalDate.now(),
8282
LocalDateTime.of(2000, 1, 1, 1, 1, 1),
83-
Instant.now(),
83+
Instant.parse("2025-10-02T11:06:32.779087Z"),
8484
Duration.ofSeconds(1),
8585
LocalDate.ofYearDay(1000, 1),
8686
LocalDateTime.of(1000, 1, 1, 1, 1, 1),
@@ -102,7 +102,7 @@ public void integrationTest() {
102102
false, 2, 2, 2, 2, 2, 2, 2, 2,
103103
LocalDate.now(),
104104
LocalDateTime.of(2000, 2, 2, 2, 2, 2),
105-
Instant.now(),
105+
Instant.parse("2023-10-02T11:06:32.779087Z"),
106106
Duration.ofSeconds(2),
107107
LocalDate.ofYearDay(1000, 2),
108108
LocalDateTime.of(1000, 2, 2, 2, 2, 2),

0 commit comments

Comments
 (0)