Skip to content

Commit

Permalink
use correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
time4tea committed Sep 8, 2024
1 parent d479be2 commit 172790d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ def test_ffmpeg_overlay_execute_options():

ffmpeg = FFMPEGOverlayVideo(
ffmpeg=FFMPEG(),
input="input",
output="output",
input=Path("input"),
output=Path("output"),
options=FFMPEGOptions(input=["-input-option"], output=["-output-option"]),
overlay_size=Dimension(3, 4),
execution=fake,
Expand Down

0 comments on commit 172790d

Please sign in to comment.