Skip to content

Commit

Permalink
Remove old test that makes no sense
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Mar 15, 2024
1 parent c8f028b commit 9999cfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,6 @@ def test_returns_empty_artists_list_if_artist_is_empty(self, web_album_mock):

assert list(album.artists) == []

def test_caches_results(self, web_album_mock):
album1 = translator.web_to_album(web_album_mock)
album2 = translator.web_to_album(web_album_mock)

assert album1 is album2

def test_web_to_album_tracks(self, web_album_mock):
tracks = translator.web_to_album_tracks(web_album_mock)

Expand Down

0 comments on commit 9999cfe

Please sign in to comment.