Skip to content

Commit

Permalink
Closes #1114 Remove unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed May 2, 2018
1 parent b9b68e4 commit 71e8688
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/zaxxer/hikari/pool/TestMBean.java
Expand Up @@ -143,8 +143,6 @@ public void testMBeanConnectionTimeoutChange() throws SQLException {
try (Connection conn1 = ds.getConnection();
Connection conn2 = ds.getConnection()) {
fail("Connection should have timed out.");
conn1.close();
conn2.close();
}
catch (SQLException e) {
assertEquals(1000, ds.getConnectionTimeout());
Expand Down

0 comments on commit 71e8688

Please sign in to comment.