We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47748db commit c072a70Copy full SHA for c072a70
src/test/java/com/microsoft/sqlserver/jdbc/resiliency/BasicConnectionTest.java
@@ -252,7 +252,10 @@ public void testPooledConnectionLang() throws SQLException {
252
while (rs.next())
253
lang1 = rs.getString(1);
254
assertEquals(lang0, lang1);
255
+ s1.close();
256
+ c1.close();
257
} catch (SQLException e) {
258
+ e.printStackTrace();
259
fail(e.getMessage());
260
}
261
0 commit comments