You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +65,6 @@ public void testConnectionRefused() {
66
65
cli.getResults(); // This should trigger the connection attempt
67
66
Assert.fail("Expected exception was not thrown");
68
67
} catch (Exceptione) {
69
-
System.out.println(e.getMessage());
70
68
Assert.assertTrue(
71
69
einstanceofConnectException || e.getCause() instanceofConnectException, "Exception should be ConnectionException or contain ConnectionException as cause");
72
70
@@ -96,8 +94,6 @@ public void testBasicQueryIDHeader() {
0 commit comments