Skip to content

Commit

Permalink
[misc] merging CONJ-533 test
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 5, 2017
1 parent 7e1aaf8 commit 68cfa80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ public void timeVerificationWithTimezone() throws SQLException {
stmt.setString(1, "-05:00:00");
stmt.executeUpdate();

PreparedStatement stmt = conn.prepareStatement("select * from timeVerificationWithTimezone");
stmt = conn.prepareStatement("select * from timeVerificationWithTimezone");
ResultSet rs = stmt.executeQuery();

assertTrue(rs.next());
Expand Down

0 comments on commit 68cfa80

Please sign in to comment.