Skip to content

Commit 5730640

Browse files
committed
Minor cleanup
1 parent ebec214 commit 5730640

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3131
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
3232
Neo4j = "d2adbeaf-5838-5367-8a2f-e46d570981db"
3333
IncrementalInference = "904591bb-b899-562f-9e6f-b8df64c7d480"
34+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
3435

3536
[targets]
36-
test = ["Test", "GraphPlot", "Neo4j", "IncrementalInference"]
37+
test = ["Test", "GraphPlot", "Neo4j", "Pkg", "IncrementalInference"]

test/obsolete_nowinRoME/cloudGraphsDFGTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requires local Neo4j with user/pass neo4j:test
44
# To run the Docker image
55
# Install: docker pull neo4j
6-
# Run: sudo docker run --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/test neo4j
6+
# Run: sudo docker run --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/neo4j neo4j
77

88
using Revise
99
using Neo4j

0 commit comments

Comments
 (0)