From 4beabf52797e91d19477a4203116578206ca3f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Wed, 26 May 2021 19:07:57 +0200 Subject: [PATCH] Add tuple format t parameter in save_frame test --- tests/test_VideoClip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_VideoClip.py b/tests/test_VideoClip.py index 1a9fab08a..e41125953 100644 --- a/tests/test_VideoClip.py +++ b/tests/test_VideoClip.py @@ -121,7 +121,7 @@ def test_write_videofiles_with_temp_audiofile_path(): (False, True), ids=("mask", ""), ) -@pytest.mark.parametrize("t", (0, "00:00:01", 2), ids=("t=0", "t=1", "t=2")) +@pytest.mark.parametrize("t", (0, "00:00:01", (0, 0, 2)), ids=("t=0", "t=1", "t=2")) @pytest.mark.parametrize( "frames", (