Skip to content

Commit

Permalink
Update test_parsers.py to accomodate new standard UMLS uri prefix (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Apr 1, 2024
1 parent 64f6908 commit 283dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _basic_round_trip(self, key: str):
#: prefix map
expected_bimap = {
"DOID": "http://purl.obolibrary.org/obo/DOID_",
"UMLS": "http://linkedlifedata.com/resource/umls/id/",
"UMLS": "https://uts.nlm.nih.gov/uts/umls/concept/",
"orcid": "https://orcid.org/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
Expand Down

0 comments on commit 283dee3

Please sign in to comment.