Skip to content

Commit cc1999c

Browse files
committed
latest?
1 parent 3b14080 commit cc1999c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '7474:7474'
2121
- '7687:7687'
2222
memgraph:
23-
image: memgraph/memgraph-mage:3.3
23+
image: memgraph/memgraph-mage:latest
2424
ports:
2525
- '7444:7444'
2626
- '7688:7687'

tests/test_query_args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_max_connectivity(db_driver):
7373
qgraph,
7474
max_connectivity=5,
7575
dialect=dialect)
76-
print(query)
7776
output = driver.run(query, convert_to_trapi=True, qgraph=qgraph)
7877
assert len(output["results"]) == 2
7978
results = sorted(

0 commit comments

Comments
 (0)