Skip to content

Commit

Permalink
[vine:user] Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Jul 11, 2014
1 parent 133af93 commit 00ac799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_playlists.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_vine_user(self):
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()
Expand Down

0 comments on commit 00ac799

Please sign in to comment.