Skip to content

Commit

Permalink
We need a longer clip for the test to work correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed Jan 29, 2020
1 parent b679f45 commit 97e7c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_VideoFileClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_shallow_copy():
"""Call a function which uses @outplace
and verify that making a shallow copy and deleting it
does not corrupt the original clip."""
video_file = 'media/big_buck_bunny_432_433.webm'
video_file = 'media/big_buck_bunny_0_30.webm'
video = VideoFileClip(video_file)
video_copy = video.set_start(1)
del(video_copy)
Expand Down

0 comments on commit 97e7c0c

Please sign in to comment.