fix test
This commit is contained in:
parent
6f22f6a59f
commit
558ac24f7e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class TranscodeValidation(ClaimTestCase):
|
||||||
self.assertEqual(self.video_file_webm, new_file_name)
|
self.assertEqual(self.video_file_webm, new_file_name)
|
||||||
self.assertEqual(spec["width"], 1280)
|
self.assertEqual(spec["width"], 1280)
|
||||||
self.assertEqual(spec["height"], 720)
|
self.assertEqual(spec["height"], 720)
|
||||||
self.assertEqual(spec["duration"], 15.054)
|
self.assertEqual(spec["duration"], 16)
|
||||||
|
|
||||||
async def test_volume(self):
|
async def test_volume(self):
|
||||||
self.conf.volume_analysis_time = 200
|
self.conf.volume_analysis_time = 200
|
||||||
|
|
Loading…
Reference in a new issue