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 0396124 commit 34051dfCopy full SHA for 34051df
test/v1/driver.test.js
@@ -203,6 +203,7 @@ describe('driver', () => {
203
it('should fail nicely when connecting with routing to standalone server', done => {
204
if (serverVersion.compareTo(VERSION_4_0_0) >= 0) {
205
done();
206
+ return;
207
}
208
209
// Given
@@ -412,6 +413,7 @@ describe('driver', () => {
412
413
if (serverVersion.compareTo(VERSION_3_1_0) < 0) {
414
// IPv6 listen address only supported starting from neo4j 3.1, so let's ignore the rest
415
416
417
418
419
driver = neo4j.driver(url, sharedNeo4j.authToken);
0 commit comments