Skip to content

Commit 4866818

Browse files
committed
Formatting fixes
Signed-off-by: Darby Johnston <[email protected]>
1 parent 6fc81f6 commit 4866818

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

tests/test_otiod.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ def test_round_trip(self):
6363

6464
clips = result.find_clips()
6565
# \todo
66-
#self.assertTrue(
67-
# clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
68-
#)
69-
#self.assertTrue(
70-
# clips[1].media_reference.target_url.endswith(IMAGE1_EXAMPLE)
71-
#)
66+
# self.assertTrue(
67+
# clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
68+
# )
69+
# self.assertTrue(
70+
# clips[1].media_reference.target_url.endswith(IMAGE1_EXAMPLE)
71+
# )
7272

7373
def test_round_trip_all_missing_references(self):
7474

@@ -106,12 +106,12 @@ def test_round_trip_absolute_paths(self):
106106

107107
clips = result.find_clips()
108108
# \todo
109-
#self.assertTrue(
110-
# clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
111-
#)
112-
#self.assertTrue(
113-
# clips[1].media_reference.target_url.endswith(IMAGE1_EXAMPLE)
114-
#)
109+
# self.assertTrue(
110+
# clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
111+
# )
112+
# self.assertTrue(
113+
# clips[1].media_reference.target_url.endswith(IMAGE1_EXAMPLE)
114+
# )
115115

116116

117117
if __name__ == "__main__":

tests/test_otioz.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ def test_round_trip(self):
7676

7777
clips = result.find_clips()
7878
# \todo
79-
#self.assertTrue(
80-
# clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
81-
#)
82-
#self.assertTrue(
83-
# clips[1].media_reference.target_url.endswith(IMAGE1_EXAMPLE)
84-
#)
79+
# self.assertTrue(
80+
# clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
81+
# )
82+
# self.assertTrue(
83+
# clips[1].media_reference.target_url.endswith(IMAGE1_EXAMPLE)
84+
# )
8585

8686
def test_round_trip_with_extraction(self):
8787

0 commit comments

Comments
 (0)