We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeb3f5 commit da2a250Copy full SHA for da2a250
tests/test_parsers.py
@@ -127,7 +127,7 @@ def test_parse_obographs(self):
127
self.assertEqual(
128
# this number went up from 8099 when the curies.Converter was introduced
129
# since it was able to handle CURIE prefix and URI prefix synonyms
130
- 8488,
+ 8489,
131
len(msdf.df),
132
f"{self.obographs_file} has the wrong number of mappings.",
133
)
0 commit comments