Skip to content

Commit

Permalink
Fixed another test bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Nov 1, 2024
1 parent f4b2d5d commit c162f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_synonyms():
none_1234_results = results['NONE:1234']
assert none_1234_results == {}

mondo_0000828_results = results['NONE:1234']
mondo_0000828_results = results['MONDO:0000828']
assert mondo_0000828_results['curie'] == 'MONDO:0000828'
assert mondo_0000828_results['preferred_name'] == 'juvenile-onset Parkinson disease'

Expand Down

0 comments on commit c162f62

Please sign in to comment.