diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-15 08:22:20 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-15 08:22:20 +0200 | 
| commit | e772692ffd727631e65be90948b7e8c422738a7b (patch) | |
| tree | 662d9ebbc354555a73b7f3fd57defb62b853af61 /test/test_youtube_lists.py | |
| parent | 8381a92120c3826b471e6d2cc38045b5f3a9d15e (diff) | |
Fix an import in the tests and the Youtube Shows test
Diffstat (limited to 'test/test_youtube_lists.py')
| -rw-r--r-- | test/test_youtube_lists.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_lists.py b/test/test_youtube_lists.py index c1753b5bb..4b7a7847b 100644 --- a/test/test_youtube_lists.py +++ b/test/test_youtube_lists.py @@ -106,7 +106,7 @@ class TestYoutubeLists(unittest.TestCase):          dl = FakeYDL()          ie = YoutubeShowIE(dl)          result = ie.extract('http://www.youtube.com/show/airdisasters') -        self.assertTrue(len(result) >= 4) +        self.assertTrue(len(result) >= 3)  if __name__ == '__main__':      unittest.main()  | 
