Skip to content

Commit

Permalink
CI: fix a test that was broken by pushing v5.0 to GitHub
Browse files Browse the repository at this point in the history
Make sure it won't happen again by using a predictable file revision.
  • Loading branch information
sbraz committed Nov 20, 2020
1 parent f9d3254 commit fdca00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pymediainfo.py
Expand Up @@ -146,7 +146,7 @@ def setUp(self):
self.media_info = MediaInfo.parse(url)

def test_parse_url(self):
self.assertEqual(len(self.media_info.tracks), 2)
self.assertEqual(len(self.media_info.tracks), 3)


class MediaInfoPathlibTest(unittest.TestCase):
Expand Down

0 comments on commit fdca00d

Please sign in to comment.