Explorar o código

[vine:user] Update test

Sergey M․ %!s(int64=11) %!d(string=hai) anos
pai
achega
00ac799b68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test_playlists.py

+ 1 - 1
test/test_playlists.py

@@ -111,7 +111,7 @@ class TestPlaylists(unittest.TestCase):
         ie = VineUserIE(dl)
         result = ie.extract('https://vine.co/Visa')
         self.assertIsPlaylist(result)
-        self.assertTrue(len(result['entries']) >= 50)
+        self.assertTrue(len(result['entries']) >= 47)
 
     def test_ustream_channel(self):
         dl = FakeYDL()