Skip to content

Commit da2a250

Browse files
authored
Fix test after EPM update (#468)
The reason for the increase in the count here is that the EPM caught at least 1 more URI prefix during the parsing process
1 parent 0aeb3f5 commit da2a250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_parse_obographs(self):
127127
self.assertEqual(
128128
# this number went up from 8099 when the curies.Converter was introduced
129129
# since it was able to handle CURIE prefix and URI prefix synonyms
130-
8488,
130+
8489,
131131
len(msdf.df),
132132
f"{self.obographs_file} has the wrong number of mappings.",
133133
)

0 commit comments

Comments
 (0)