We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b68e4 commit 71e8688Copy full SHA for 71e8688
1 file changed
src/test/java/com/zaxxer/hikari/pool/TestMBean.java
@@ -143,8 +143,6 @@ public void testMBeanConnectionTimeoutChange() throws SQLException {
143
try (Connection conn1 = ds.getConnection();
144
Connection conn2 = ds.getConnection()) {
145
fail("Connection should have timed out.");
146
- conn1.close();
147
- conn2.close();
148
}
149
catch (SQLException e) {
150
assertEquals(1000, ds.getConnectionTimeout());
0 commit comments