Fix tests

This commit is contained in:
Ritiek Malhotra
2019-07-20 21:49:25 +05:30
parent 5ca4317944
commit 69522331df
3 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ class TestFetchAlbumsFromArtist:
return albums
def test_len(self, albums_from_artist_fixture):
assert len(albums_from_artist_fixture) == 53
assert len(albums_from_artist_fixture) == 54
def test_zeroth_album_name(self, albums_from_artist_fixture):
assert albums_from_artist_fixture[0]["name"] == "Revolution Radio"