We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85c971 commit 54bfc0dCopy full SHA for 54bfc0d
tests/test_console.py
@@ -634,7 +634,7 @@ def test_only_clips_with_regex(self):
634
CLIP: sc01_sh010_anim.mov
635
""", out)
636
637
- def test_remote_transition(self):
+ def test_remove_transition(self):
638
sys.argv = [
639
'otiotool',
640
'-i', TRANSITION_PATH,
@@ -649,7 +649,7 @@ def test_remote_transition(self):
649
out_timeline = otio.adapters.read_from_string(out, "otio_json")
650
self.assertEqual(len(in_timeline.find_clips()), len(out_timeline.find_clips()))
651
652
- def test_remote_effects(self):
+ def test_remove_effects(self):
653
654
655
'-i', EFFECTS_PATH,
0 commit comments