Skip to content

Commit

Permalink
[CONJ-800] correcting CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jun 22, 2020
1 parent 79ccf96 commit 28030fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/mariadb/jdbc/StatementTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ public void statementEnquoteString() throws SQLException {

@Test
public void escaping() throws Exception {
try (Connection con = DriverManager.getConnection(mDefUrl + "&dumpQueriesOnException=true")) {
try (Connection con = setConnection("&dumpQueriesOnException=true")) {
Statement stmt = con.createStatement();
try {
stmt.executeQuery(
Expand Down

0 comments on commit 28030fc

Please sign in to comment.