Skip to content

Commit bac713a

Browse files
committed
Fix video frame test
1 parent 9ac9c76 commit bac713a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ def test_frame_extraction(self):
9393
frames_gen = VideoPlugin.frames_generator(
9494
f"{self.folder_path_big}/earth.mov", target_fps=None, start_time=10.0, end_time=None
9595
)
96-
self.assertEqual(len([*frames_gen]), 601)
96+
self.assertEqual(len([*frames_gen]), 589)

0 commit comments

Comments
 (0)