We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f9c20 commit c5f5fdeCopy full SHA for c5f5fde
driver/src/test/java/org/neo4j/driver/GraphDatabaseTest.java
@@ -93,7 +93,6 @@ void shouldPrintNiceRoutingErrorWhenConnectingToUnresponsiveServer() throws Exce
93
final Driver driver = GraphDatabase.driver("neo4j://localhost:" + localPort, INSECURE_CONFIG);
94
final ServiceUnavailableException error =
95
assertThrows(ServiceUnavailableException.class, driver::verifyConnectivity);
96
- error.printStackTrace();
97
assertThat(error.getMessage(), containsString("Unable to connect to"));
98
}
99
0 commit comments