diff --git a/src/test/java/net/snowflake/client/jdbc/structuredtypes/ResultSetStructuredTypesLatestIT.java b/src/test/java/net/snowflake/client/jdbc/structuredtypes/ResultSetStructuredTypesLatestIT.java index b67794880..0e32e3ab8 100644 --- a/src/test/java/net/snowflake/client/jdbc/structuredtypes/ResultSetStructuredTypesLatestIT.java +++ b/src/test/java/net/snowflake/client/jdbc/structuredtypes/ResultSetStructuredTypesLatestIT.java @@ -161,9 +161,8 @@ public void testMapStructAllTypes() throws SQLException { .atZone(ZoneId.of("Europe/Warsaw")) .toInstant(), object.getTimestampLtz().toInstant()); - // assertEquals( - // Timestamp.valueOf(LocalDateTime.of(2021, 12, 23, 9, 44, 44)), - // object.getTimestampNtz()); + assertEquals( + Timestamp.valueOf(LocalDateTime.of(2021, 12, 23, 9, 44, 44)), object.getTimestampNtz()); assertEquals( LocalDateTime.of(2021, 12, 24, 2, 45, 45) .atZone(ZoneId.of("Europe/Warsaw"))