Skip to content

Commit

Permalink
reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Apr 8, 2024
1 parent 01277fa commit 2bde7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_owlapy_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_ce_render(self):
oneof = OWLObjectOneOf((i1, i2))
r = renderer.render(oneof)
print(r)
self.assertEqual(r, "{heinz , marie}") # Old: "{heinz ⊔ marie}"
self.assertEqual(r, "{heinz ⊔ marie}")

hasvalue = OWLObjectHasValue(property=has_child, individual=i1)
r = renderer.render(hasvalue)
Expand Down

0 comments on commit 2bde7ae

Please sign in to comment.