Skip to content

Commit

Permalink
file prefixed has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Sep 16, 2024
1 parent 9053563 commit 250807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sync_reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_inconsistency_check(self):
onto.add_axiom(OWLClassAssertionAxiom(new_individual, self.nitrogen38))
onto.add_axiom(OWLClassAssertionAxiom(new_individual, carbon230))

onto.save(IRI.create("file:/test.owl"))
onto.save("test.owl")
reasoner = SyncReasoner("test.owl")
self.assertEqual(reasoner.has_consistent_ontology(), False)
os.remove("test.owl")
Expand Down

0 comments on commit 250807e

Please sign in to comment.