Skip to content

Commit

Permalink
update format name on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekisu committed Aug 1, 2023
1 parent ea504f4 commit b902635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testcases/test_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def _test_with_format(self, format):
def test_webm_vp9(self):
self._test_with_format('webm-vp9')

def test_mp4(self):
self._test_with_format('mp4')
def test_avc(self):
self._test_with_format('avc')

@unittest.skip('Our video file has no audio track yet.')
def test_mp3(self):
Expand All @@ -39,4 +39,4 @@ def test_gif(self):
self._test_with_format('gif')

# TODO Test raw (probably too big, would require using a smaller section)
# and mp4-nvenc (yeah, good luck using that on GitHub Actions)
# and avc-nvenc (yeah, good luck using that on GitHub Actions)

0 comments on commit b902635

Please sign in to comment.