Skip to content

Commit b16cf09

Browse files
committed
Fix typo
1 parent 3cff240 commit b16cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loaders_dumpers/test_rdflib_dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def test_phenopackets(self):
361361
for id, expected_uri, prefix_map in cases:
362362

363363
c = OntologyClass(id=id, label=test_label)
364-
ttl = rdflib_dumper.dumps(c, view, prefix_map=self.prefix_map)
364+
ttl = rdflib_dumper.dumps(c, view, prefix_map=prefix_map)
365365
g = Graph()
366366
g.parse(data=ttl, format='ttl')
367367
self.assertEqual(len(g), 2)

0 commit comments

Comments
 (0)