neitro
commited on
Commit
·
0272e2f
1
Parent(s):
f9962fa
Fixed the bug - updated tests ( https://github.com/nficano/pytube/issues/450 )
Browse files- tests/test_streams.py +1 -1
tests/test_streams.py
CHANGED
@@ -20,7 +20,7 @@ def test_default_filename(cipher_signature):
|
|
20 |
|
21 |
|
22 |
def test_title(cipher_signature):
|
23 |
-
expected = 'PSY - GANGNAM STYLE(강남스타일)
|
24 |
stream = cipher_signature.streams.first()
|
25 |
assert stream.title == expected
|
26 |
|
|
|
20 |
|
21 |
|
22 |
def test_title(cipher_signature):
|
23 |
+
expected = 'PSY - GANGNAM STYLE(강남스타일) M/V'
|
24 |
stream = cipher_signature.streams.first()
|
25 |
assert stream.title == expected
|
26 |
|