Skip to content

Commit

Permalink
fix for gradle (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Apr 11, 2024
1 parent 193edbd commit 276b4e5
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -216,8 +216,6 @@ public void testOpenTransactions() throws SQLException {
TestUtils.dropTableIfExists(AbstractSQLGenerator.escapeIdentifier(tableName), stmt);
}
}
} catch (Exception e) {
fail(e.getMessage());
}
}

Expand Down

0 comments on commit 276b4e5

Please sign in to comment.