Skip to content

Commit

Permalink
change association_has_object_property to association_has_predicate per
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConlin committed Mar 14, 2016
1 parent 33bdbf6 commit 380dc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ctd.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_therapeutic_relationship(self):
WHERE {
?assoc a OBAN:association ;
OBAN:association_has_object ?disease ;
OBAN:association_has_object_property ?rel ;
OBAN:association_has_predicate ?rel ;
OBAN:association_has_subject ?chemical .}
"""

Expand Down

0 comments on commit 380dc8a

Please sign in to comment.