Skip to content

Commit

Permalink
test VideoWriterImageio with avi file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 14, 2024
1 parent 8478b87 commit 38359e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/test_videowriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_cv_video_writer(tmpdir, small_robot_mp4_vid):
assert os.path.exists(out_path)


def test_imageio_video_writer(tmpdir, small_robot_mp4_vid):
def test_imageio_video_writer_avi(tmpdir, small_robot_mp4_vid):
out_path = Path(tmpdir) / "clip.avi"

# Make sure imageio video writer works
Expand Down

0 comments on commit 38359e7

Please sign in to comment.