Skip to content

Commit 61228c1

Browse files
committed
Update test_parsers.py
1 parent 20fb6d5 commit 61228c1

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
@@ -285,7 +285,7 @@ def test_round_trip(self):
285285
#: example. SSSOM-py also adds the remaining builtin prefixes from
286286
#: :data:`sssom.context.SSSOM_BUILT_IN_PREFIXES`, which is reflected
287287
#: in the formulation of the test expectation below
288-
explicit_prefixes ={"DOID", "semapv", "orcid", "skos", "UMLS"}
288+
explicit_prefixes = {"DOID", "semapv", "orcid", "skos", "UMLS"}
289289
self.assertEqual(
290290
explicit_prefixes.union(SSSOM_BUILT_IN_PREFIXES),
291291
set(msdf.prefix_map),

0 commit comments

Comments
 (0)