Skip to content

Commit faa8f42

Browse files
committed
Add test.
1 parent fa7b53c commit faa8f42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_audio.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,7 @@ def test_audio_album_download(monkeydownload, album, tmpdir):
308308
def test_audio_Artist_download(monkeydownload, artist, tmpdir):
309309
f = artist.download(savepath=str(tmpdir))
310310
assert len(f) == 14
311+
312+
313+
def test_audio_Album_label(album, patched_http_call):
314+
album.addLabel('YO')

0 commit comments

Comments
 (0)