Rename audio TestCase
This commit is contained in:
parent
76697c372e
commit
8ad46efcdc
2
test.py
2
test.py
|
|
@ -277,7 +277,7 @@ class VideoCodecTestCase(unittest.TestCase):
|
||||||
self.prefix('-vpre', 'max'))
|
self.prefix('-vpre', 'max'))
|
||||||
|
|
||||||
|
|
||||||
class AudioTestCase(unittest.TestCase):
|
class AudioCodecTestCase(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.codec = AudioCodec('AC3')
|
self.codec = AudioCodec('AC3')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue