Skip to content

Commit

Permalink
fixed typo in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Jun 16, 2023
1 parent 676bf13 commit 809fbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_biolink_compliance_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,7 @@ def test_is_symmetric(predicate, result):
("biolink:has_active_component", "biolink:active_in")
]
)
def test_get_inverse_predicate(bmt, predicate, inverse):
def test_get_inverse_predicate(predicate, inverse):
# we assume the default is a late version which has proper inverse
validator: BiolinkValidator = BiolinkValidator(TRAPIGraphType.Knowledge_Graph, biolink_version=None)
assert validator.get_inverse_predicate(predicate) == inverse

0 comments on commit 809fbb8

Please sign in to comment.