Skip to content

Commit 033cb1f

Browse files
committed
Dangit
1 parent c5e4a9b commit 033cb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ if haskey(Pkg.installed(), "IncrementalInference")
3939
@info "------------------------------------------------------------------------"
4040
using Neo4j
4141
neo4jConnection = Neo4j.Connection("localhost", port=7474, user="neo4j", password="neo4j");
42-
graph = getgraph(conn);
42+
graph = getgraph(neo4jConnection);
4343
@info "NEO4J graph:" + graph
44-
44+
4545
apis = [
4646
GraphsDFG{NoSolverParams}(),
4747
LightDFG{NoSolverParams}(),

0 commit comments

Comments
 (0)