Skip to content

Commit 54bfc0d

Browse files
committed
Fixed a typo
Signed-off-by: Joshua Minor <[email protected]>
1 parent a85c971 commit 54bfc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_console.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def test_only_clips_with_regex(self):
634634
CLIP: sc01_sh010_anim.mov
635635
""", out)
636636

637-
def test_remote_transition(self):
637+
def test_remove_transition(self):
638638
sys.argv = [
639639
'otiotool',
640640
'-i', TRANSITION_PATH,
@@ -649,7 +649,7 @@ def test_remote_transition(self):
649649
out_timeline = otio.adapters.read_from_string(out, "otio_json")
650650
self.assertEqual(len(in_timeline.find_clips()), len(out_timeline.find_clips()))
651651

652-
def test_remote_effects(self):
652+
def test_remove_effects(self):
653653
sys.argv = [
654654
'otiotool',
655655
'-i', EFFECTS_PATH,

0 commit comments

Comments
 (0)