Skip to content

Commit

Permalink
Fix test too
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelma committed Nov 24, 2023
1 parent 04c38da commit 7c7713e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_export_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ def test_export_data(self):
)
self.assertIn("entities", exported)
self.assertEqual(
exported["entities"],
[("object_class", "object", (), None), ("relationship_class", "object__", ("object",), None)],
exported["entities"], [("object_class", "object", None), ("relationship_class", ("object",), None)]
)
self.assertIn("parameter_values", exported)
self.assertEqual(
Expand Down

0 comments on commit 7c7713e

Please sign in to comment.