Skip to content

Commit

Permalink
Corrected a typo "TIMCODE" -> "TIMECODE"
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Minor <joshm@pixar.com>
  • Loading branch information
jminor committed Dec 18, 2024
1 parent 9487032 commit bd591a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_aaf_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
SAMPLE_DATA_DIR,
"linear_speed_effects.aaf"
)
TIMCODE_EXAMPLE_PATH = os.path.join(
TIMECODE_EXAMPLE_PATH = os.path.join(
SAMPLE_DATA_DIR,
"timecode_test.aaf"
)
Expand Down Expand Up @@ -591,7 +591,7 @@ def test_aaf_read_transitions(self):
)

def test_timecode(self):
aaf_path = TIMCODE_EXAMPLE_PATH
aaf_path = TIMECODE_EXAMPLE_PATH
timeline = otio.adapters.read_from_file(aaf_path)
self.assertNotEqual(
timeline.tracks[0][0].source_range.start_time,
Expand Down

0 comments on commit bd591a9

Please sign in to comment.