Skip to content

Commit c5f5fde

Browse files
authored
Stop printing stacktrace in GraphDatabaseTest (#1364)
1 parent 94f9c20 commit c5f5fde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/src/test/java/org/neo4j/driver/GraphDatabaseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ void shouldPrintNiceRoutingErrorWhenConnectingToUnresponsiveServer() throws Exce
9393
final Driver driver = GraphDatabase.driver("neo4j://localhost:" + localPort, INSECURE_CONFIG);
9494
final ServiceUnavailableException error =
9595
assertThrows(ServiceUnavailableException.class, driver::verifyConnectivity);
96-
error.printStackTrace();
9796
assertThat(error.getMessage(), containsString("Unable to connect to"));
9897
}
9998

0 commit comments

Comments
 (0)