Skip to content

Commit 4109f9f

Browse files
committed
Fixed query key
1 parent edd50e2 commit 4109f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_neo4j_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def validate_relationship_ttls(session):
7070
result = session.run(
7171
"""
7272
MATCH (n)
73-
RETURN count(n) as node_count
73+
RETURN count(n) as relationship_count
7474
"""
7575
)
7676
assert result.single()["relationship_count"] != 0

0 commit comments

Comments
 (0)