Skip to content

Commit

Permalink
make namespace binding check more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Higgins committed Jun 21, 2022
1 parent 6e990e9 commit bba0fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_extras/test_infixowl/test_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_common_ns_bindings():

bound_namespaces = list(graph.namespace_manager.namespaces())

assert ("ex1", exns1) in bound_namespaces
assert ("ex1", URIRef(str(exns1))) in bound_namespaces
assert ("owl", URIRef(str(OWL))) in bound_namespaces


Expand Down

0 comments on commit bba0fcb

Please sign in to comment.