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 650f99e commit 748be19Copy full SHA for 748be19
test/internal/shared-neo4j.js
@@ -118,7 +118,7 @@ const additionalConfig = {
118
};
119
120
const neoCtrlVersionParam = '-e';
121
-const defaultNeo4jVersion = '3.4.6';
+const defaultNeo4jVersion = '3.5';
122
const defaultNeoCtrlArgs = `${neoCtrlVersionParam} ${defaultNeo4jVersion}`;
123
124
function neo4jCertPath(dir) {
0 commit comments