Skip to content

Commit fcf2e91

Browse files
committed
.
1 parent e7c614d commit fcf2e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decoders/test_video_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_create_fails(self):
5454
with pytest.raises(ValueError, match="No valid stream found"):
5555
decoder = VideoDecoder(NASA_VIDEO.path, stream_index=1) # noqa
5656

57-
@pytest.mark.parametrize("num_ffmpeg_threads", ("int", 1, 4))
57+
@pytest.mark.parametrize("num_ffmpeg_threads", (1, 4))
5858
def test_getitem_int(self, num_ffmpeg_threads):
5959
decoder = VideoDecoder(NASA_VIDEO.path, num_ffmpeg_threads=num_ffmpeg_threads)
6060

0 commit comments

Comments
 (0)