Fix tests

This commit is contained in:
Linus Groh
2018-04-17 13:02:45 +02:00
parent 225aec5df7
commit 8d569aca3f
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ setup(
'pafy >= 0.5.3.1',
'spotipy >= 2.4.4',
'mutagen >= 1.37',
'beautifulsoup4 >= 4.6.0',
'unicode-slugify >= 0.1.3',
'titlecase >= 0.10.0',
'logzero >= 1.3.1',

View File

@@ -16,7 +16,7 @@ raw_song = 'http://open.spotify.com/track/0JlS7BXXD07hRmevDnbPDU'
def test_metadata():
expect_number = 22
expect_number = 23
global meta_tags
meta_tags = spotify_tools.generate_metadata(raw_song)
assert len(meta_tags) == expect_number