From 788cc7e1747dbfcee249391b3baeb65f6ffec49a Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Thu, 16 Nov 2023 13:45:45 -0600 Subject: [PATCH] extended prefix map change effect --- tests/test_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_parsers.py b/tests/test_parsers.py index 335ae68b..52bc123b 100644 --- a/tests/test_parsers.py +++ b/tests/test_parsers.py @@ -127,7 +127,7 @@ def test_parse_obographs(self): self.assertEqual( # this number went up from 8099 when the curies.Converter was introduced # since it was able to handle CURIE prefix and URI prefix synonyms - 8488, + 8489, len(msdf.df), f"{self.obographs_file} has the wrong number of mappings.", )