Fix download test

This commit is contained in:
Ritiek
2017-06-25 01:16:04 +05:30
parent 142d14118b
commit 93244e46ec
3 changed files with 4 additions and 1 deletions

View File

@@ -31,5 +31,5 @@ def test_check_exists():
def test_download():
expect_download = True
content = spotdl.go_pafy(raw_song)
download = download_song(content)
download = spotdl.download_song(content)
assert download == expect_download