Skip to content

Commit

Permalink
made URI more permissive to account for use as range of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 2, 2022
1 parent 5237b8b commit 42f8a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils/test_metamodelcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def test_uris(self):
URIorCURIE("1:def")
with self.assertRaises(ValueError):
URIorCURIE(" ")
with self.assertRaises(ValueError):
URIorCURIE("_")
#with self.assertRaises(ValueError):
# URIorCURIE("_")
lax()
URI(str2)
URIorCURIE("1abc:def")
Expand Down

0 comments on commit 42f8a06

Please sign in to comment.