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 Apr 12, 2024
1 parent aab63f0 commit 4ed6a24
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 @@ -568,12 +568,6 @@ def test_returns_empty_artists_list_if_artist_is_empty(

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 4ed6a24

Please sign in to comment.