Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Jan 24, 2025
1 parent 2868e83 commit f2d0bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extended/src/test/java/apoc/load/DuckDBJdbcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ private void createPersonTableAndData() throws SQLException {


// workaround, DuckDB is shifted 1 hour later
ps.setTime(4, java.sql.Time.valueOf("16:37:00"));
ps.setTime(4, AbstractJdbcTest.time);
ps.setNull(5, Types.DATE);
int rows = ps.executeUpdate();
assertEquals(1, rows);
Expand Down

0 comments on commit f2d0bf9

Please sign in to comment.