fix ffmpeg interface test
This commit is contained in:
parent
8ad46efcdc
commit
fb8e215680
2
test.py
2
test.py
|
|
@ -56,7 +56,7 @@ class FFmpegTestCase(unittest.TestCase):
|
|||
output = Output('/new')
|
||||
|
||||
ffmpeg = FFmpeg('ffmpeg', input, output)
|
||||
self.assertEqual(list(ffmpeg), ['-i', '/old', '/new'])
|
||||
self.assertEqual(list(ffmpeg), ['ffmpeg', '-i', '/old', '/new'])
|
||||
|
||||
|
||||
class VideoFilterTestCase(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue