Skip to content

Commit c5e1f20

Browse files
committed
Fixed failing tests
1 parent ca1c1d3 commit c5e1f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -232,7 +232,7 @@ private void updateServerSettingsFile()
232232
return;
233233
}
234234

235-
File oldFile = new File( Neo4jInstaller.neo4jHomeDir, "conf/neo4j-server.properties" );
235+
File oldFile = new File( Neo4jInstaller.neo4jHomeDir, "conf/neo4j.conf" );
236236
try
237237
{
238238
debug( "Changing server properties file (for next start): " + oldFile.getCanonicalPath() );

0 commit comments

Comments
 (0)