Skip to content

Commit

Permalink
Hopefully, fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Targett <[email protected]>
  • Loading branch information
peter-targett committed Nov 13, 2024
1 parent 0fef7c5 commit da1ddb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_serializable_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def test_imath(self):
self.assertEqual(so.metadata["box"], b)
v = [b.min, b.max]
so.metadata["vectors"] = v
self.assertEqual(so.metadata["vectors"], v)
self.assertEqual(so.metadata["vectors"],
[otio.schema.V2d(0.0, 0.0), otio.schema.V2d(16.0, 9.0)])


class VersioningTests(unittest.TestCase, otio_test_utils.OTIOAssertions):
Expand Down

0 comments on commit da1ddb0

Please sign in to comment.