Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloin1313 committed Mar 30, 2017
1 parent 5c6737b commit 23d33eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_PR.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ def test_PR_458():

def test_PR_515():
# Won't actually work until video is in download_media
clip = VideoFileClip("video.mp4", fps_source='tbr')
clip = VideoFileClip("media/fire2.mp4", fps_source='tbr')
assert clip.fps == 90000
clip = VideoFileClip("video.mp4", fps_source='fps')
clip = VideoFileClip("media/fire2.mp4", fps_source='fps')
assert clip.fps == 10.51

if __name__ == '__main__':
Expand Down

0 comments on commit 23d33eb

Please sign in to comment.