Skip to content

Commit

Permalink
NO-JIRA I meant to remove this line
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 18, 2023
1 parent d730d1a commit 6d9bd71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ protected void shutdownDerby() throws SQLException {
DriverManager.getConnection("jdbc:derby:;shutdown=true;deregister=false", user, password);
}
} catch (SQLException sqlE) {
Assert.assertEquals("XJ015", sqlE.getSQLState());
logger.debug("{} / {}", sqlE.getMessage(), sqlE.getSQLState());
if (!sqlE.getSQLState().equals(EXPECTED_DERBY_SHUTDOWN_STATE)) {
throw sqlE;
Expand Down

0 comments on commit 6d9bd71

Please sign in to comment.