Skip to content

Commit

Permalink
Corrected a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Glukhov committed Oct 31, 2022
1 parent f84be49 commit 8689744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmx_3600_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
MULTIPLE_TARGET_AUDIO_PATH = os.path.join(SAMPLE_DATA_DIR, "multi_audio.edl")
TRANSITION_DURATION_TEST = os.path.join(SAMPLE_DATA_DIR, "transition_duration.edl")
ENABLED_TEST = os.path.join(SAMPLE_DATA_DIR, "enabled.otio")
SOURCE_OUT_TIMEWARP_TEST = os.path.join(SAMPLE_DATA_DIR, "source_out_timewarp.otio")
SOURCE_OUT_TIMEWARP_TEST = os.path.join(SAMPLE_DATA_DIR, "source_out_timewarp.edl")


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

0 comments on commit 8689744

Please sign in to comment.