Skip to content

Commit

Permalink
updated test to sync with labels being included
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Oct 17, 2024
1 parent acc8710 commit e2840c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_parsers/test_hpoa_g2p_association_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ def test_parser(self):
logging.info(association)
self.assertIn(
Association(
subject="NCBIGene:8195", predicate=None, object="HP:0000175", property_values=[]
subject="NCBIGene:8195",
subject_label="CLPP",
predicate=None,
object="HP:0000175",
property_values=[],
),
assocs,
)

0 comments on commit e2840c9

Please sign in to comment.