fixed tests
Browse files- tests/test_playlist.py +0 -1
tests/test_playlist.py
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
from pytube import Playlist
|
3 |
|
4 |
|
5 |
-
|
6 |
def test_construct():
|
7 |
ob = Playlist(
|
8 |
'https://www.youtube.com/watch?v=m5q2GCsteQs&list='
|
|
|
2 |
from pytube import Playlist
|
3 |
|
4 |
|
|
|
5 |
def test_construct():
|
6 |
ob = Playlist(
|
7 |
'https://www.youtube.com/watch?v=m5q2GCsteQs&list='
|