jhj0517 commited on
Commit
050ea7e
1 Parent(s): b5da8a7

Add video validation function

Browse files
Files changed (1) hide show
  1. tests/test_video_creation.py +1 -1
tests/test_video_creation.py CHANGED
@@ -35,5 +35,5 @@ def test_video_creation(
35
  )
36
 
37
  assert os.path.exists(output_video_path)
38
- assert are_videos_different(input_image, TEST_EXPRESSION_OUTPUT_PATH)
39
  assert has_sound(output_video_path)
 
35
  )
36
 
37
  assert os.path.exists(output_video_path)
38
+ assert validate_video(output_video_path)
39
  assert has_sound(output_video_path)