Skip to content

Commit

Permalink
Update test_curies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Sep 9, 2023
1 parent abc4732 commit 9bcdfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core/test_curies.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_load(self):
self.assertIsInstance(converter, Converter)

self.assertEqual(converter.prefix_map, prefixmaps.load_converter("bioportal").prefix_map)
self.assertEqual(converter.prefix_map, prefixmaps.load_converter(["bioportal"].prefix_map))
self.assertEqual(converter.prefix_map, prefixmaps.load_converter(["bioportal"]).prefix_map)

# prefix map checks
self.assertIn(prefix, converter.prefix_map)
Expand Down

0 comments on commit 9bcdfc4

Please sign in to comment.