Skip to content

Commit

Permalink
Fix the Cypher query of the test test_query_cast_list_in_resutls
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Oct 5, 2014
1 parent 76f9e48 commit 7d1255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4jrestclient/tests/test_query.py
Expand Up @@ -124,8 +124,8 @@ def test_query_cast_list_in_resutls(self):
a.relationships.create("relates", c)
q = """
start a=node(*)
where a.prop = {prop}
match (a)--(b) with a, collect(b) as bs
where (has(a.prop) AND a.prop = {prop})
return a, bs limit 1
"""
result = self.gdb.query(
Expand Down

0 comments on commit 7d1255a

Please sign in to comment.