Fix last errors of PEP8 refactoring

This commit is contained in:
Linus
2017-07-05 21:28:27 +02:00
parent e20be5d97e
commit 920c065fd8
2 changed files with 6 additions and 6 deletions

View File

@@ -41,8 +41,8 @@ def test_download():
def test_convert():
# exit code None = success
expect_convert = None
# exit code 0 = success
expect_convert = 0
content = spotdl.go_pafy(raw_song)
music_file = spotdl.misc.generate_filename(content.title)
music_file = spotdl.misc.fix_decoding(music_file)