Skip to content

Commit

Permalink
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 fe8905f commit 0fef7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serializable_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_imath(self):
so = otio.core.SerializableObjectWithMetadata()
so.metadata["box"] = b
self.assertEqual(so.metadata["box"], b)
v = [ b.min, b.max ]
v = [b.min, b.max]
so.metadata["vectors"] = v
self.assertEqual(so.metadata["vectors"], v)

Expand Down

0 comments on commit 0fef7c5

Please sign in to comment.