فهرست منبع

[ustream:channel] Update test's number of entries

Jaime Marquínez Ferrándiz 11 سال پیش
والد
کامیت
957688cee6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/test_playlists.py

+ 1 - 1
test/test_playlists.py

@@ -99,7 +99,7 @@ class TestPlaylists(unittest.TestCase):
         result = ie.extract('http://www.ustream.tv/channel/young-americans-for-liberty')
         result = ie.extract('http://www.ustream.tv/channel/young-americans-for-liberty')
         self.assertIsPlaylist(result)
         self.assertIsPlaylist(result)
         self.assertEqual(result['id'], '5124905')
         self.assertEqual(result['id'], '5124905')
-        self.assertTrue(len(result['entries']) >= 11)
+        self.assertTrue(len(result['entries']) >= 6)
 
 
     def test_soundcloud_set(self):
     def test_soundcloud_set(self):
         dl = FakeYDL()
         dl = FakeYDL()