diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-03-09 12:03:49 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-03-09 12:03:49 +0100 |
commit | 957688cee673472ca58c83465faa365104d0c480 (patch) | |
tree | 5334ce285c4cb8bbfa751c7601e40075b701566b /test | |
parent | 806d6c2e8c5344a4fce45701c2cae83046b32490 (diff) |
[ustream:channel] Update test's number of entries
Diffstat (limited to 'test')
-rw-r--r-- | test/test_playlists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py index 4bd815a0e..4785161f2 100644 --- a/test/test_playlists.py +++ b/test/test_playlists.py @@ -99,7 +99,7 @@ class TestPlaylists(unittest.TestCase): result = ie.extract('http://www.ustream.tv/channel/young-americans-for-liberty') self.assertIsPlaylist(result) self.assertEqual(result['id'], '5124905') - self.assertTrue(len(result['entries']) >= 11) + self.assertTrue(len(result['entries']) >= 6) def test_soundcloud_set(self): dl = FakeYDL() |