Skip to content

Commit

Permalink
fix: arangorestore
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 21, 2021
1 parent 021f863 commit c172daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adbdgl_adapter/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def pytest_sessionstart():
client = ArangoClient(hosts=url)
db = client.db(conn["dbName"], conn["username"], conn["password"], verify=True)

arango_restore("adbdgl_adapter/tests/data/fraud_dump")
arango_restore("examples/data/fraud_dump")
db.create_graph(
"fraud-detection",
edge_definitions=[
Expand Down

0 comments on commit c172daf

Please sign in to comment.