Skip to content

Commit 0f7ac36

Browse files
committed
debug
1 parent 3fba160 commit 0f7ac36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _cypher_tx_function(tx,
4545
neo4j_result = tx.run(cypher, parameters=query_parameters)
4646
if convert_to_trapi:
4747
neo4j_record = neo4j_result.single()
48+
print(neo4j_record)
4849
return transform_result(neo4j_record, qgraph)
4950
return list(neo4j_result)
5051

0 commit comments

Comments
 (0)