Skip to content

Commit

Permalink
object one of error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Apr 8, 2024
1 parent b2f4e92 commit fdf7256
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}")
self.assertEqual(r, "{heinz , marie}")

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

0 comments on commit fdf7256

Please sign in to comment.