diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-07-11 22:04:24 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-07-11 22:04:24 +0700 | 
| commit | 00ac799b6875c14886d18328c8a6563f751127a2 (patch) | |
| tree | 264211172543f0e36bb56ace73b66823a70e4805 /test | |
| parent | 133af9385b1a8ae593718561ab7b92cc52332016 (diff) | |
[vine:user] Update test
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 3a88cf270..1a38a667b 100644 --- a/test/test_playlists.py +++ b/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()  | 
