Skip to content

Commit

Permalink
test: add missing space in query (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jun 26, 2024
1 parent 82846fa commit 4ec3444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public void testDescribeInvalidStatements() throws SQLException {
+ "and col_numeric=? "
+ "and col_timestamptz=? "
+ "and col_date=? "
+ "and col_varchar=?"
+ "and col_varchar=? "
+ "and borked='really borked'"
}) {
try (Connection connection = DriverManager.getConnection(getConnectionUrl())) {
Expand Down

0 comments on commit 4ec3444

Please sign in to comment.