mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2646 - Hound
This commit is contained in:
parent
21784799c3
commit
260257089c
1 changed files with 1 additions and 2 deletions
|
|
@ -25,6 +25,5 @@ def test_fix_ffmpeg_full_args_filters():
|
|||
[output_arg, "-af adeclick"])
|
||||
assert len(ret) == 4, "Parsed wrong"
|
||||
assert ret[-1] == output_arg
|
||||
assert ret[-2] == '"adeclick,addeclick"' # TODO fix this duplication
|
||||
assert ret[-2] == '"adeclick,adeclick"' # TODO fix this duplication
|
||||
assert ret[-3] == "-filter:a"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue