Skip to content

Commit 90b52f3

Browse files
author
Zhen
committed
Update neokit to run both on python v3 and v2
1 parent 207256a commit 90b52f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/Neo4jRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class Neo4jRunner
4646

4747
private static final boolean debug = Boolean.getBoolean( "neo4j.runner.debug" );
4848

49-
public static final String NEORUN_START_ARGS = System.getProperty("neorun.start.args", "-v 3.0.1");
49+
public static final String NEORUN_START_ARGS = System.getProperty("neorun.start.args", "");
5050
public static final String DEFAULT_URL = "bolt://localhost:7687";
5151
private static final Config TEST_CONFIG = Config.build().withEncryptionLevel( Config.EncryptionLevel.NONE ).toConfig();
5252
private Driver driver;

0 commit comments

Comments
 (0)