Skip to content

Commit

Permalink
Add tuple format t parameter in save_frame test
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 26, 2021
1 parent 42148ac commit 4beabf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_VideoClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
(
Expand Down

0 comments on commit 4beabf5

Please sign in to comment.