Skip to content

Commit

Permalink
fixed for new cypher results format
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Aug 27, 2024
1 parent 949b037 commit 9d857bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_onehop_subclass_categories():
}
query = get_query(qgraph)
#make sure that the class (PhenotypicFeature) has been removed from n0
clause = query.split('RETURN')[0]
clause = query.split('WITH')[0]
elements = clause.split('-')
checked = False
for element in elements:
Expand Down

0 comments on commit 9d857bb

Please sign in to comment.