Skip to content

Commit a8633de

Browse files
committed
show results
1 parent 8f71b28 commit a8633de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_transform_results.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def test_bolt_driver_transform_results(db_driver):
2626
assert len(result["node_bindings"]) == 2
2727
assert len(result["analyses"]) == 1
2828
assert len(output['knowledge_graph']['nodes']) == 13
29+
for ag in output['auxiliary_graphs'].keys():
30+
print(ag)
2931
assert len(output['auxiliary_graphs']) == 14
3032

3133

0 commit comments

Comments
 (0)