We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd50e2 commit 4109f9fCopy full SHA for 4109f9f
tests/e2e/test_neo4j_pipelines.py
@@ -70,7 +70,7 @@ def validate_relationship_ttls(session):
70
result = session.run(
71
"""
72
MATCH (n)
73
- RETURN count(n) as node_count
+ RETURN count(n) as relationship_count
74
75
)
76
assert result.single()["relationship_count"] != 0
0 commit comments