Skip to content

Commit 834133a

Browse files
committed
test_editAlgorithm fix.
1 parent 6354228 commit 834133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_editAlgorithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ main(int argc, char** argv)
496496
otio::RationalTime(12.0, 24.0)));
497497
});
498498

499-
// Insert near the end of clip_1 (append at end).
499+
// Insert near the end of clip_1.
500500
tests.add_test("test_edit_insert_5", [] {
501501
// Create a track with two clips.
502502
otio::SerializableObject::Retainer<otio::Clip> clip_0 = new otio::Clip(

0 commit comments

Comments
 (0)