Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 15, 2023
1 parent 89c6a25 commit 6b75939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def test_get_artist_albums(self):
self.assertGreater(len(results), 0)

def test_get_artist_singles(self):
artist = self.yt_auth.get_artist("UCAeLFBCQS7FvI8PvBrWvSBg")
results = self.yt_auth.get_artist_albums(artist["singles"]["browseId"],
artist = self.yt.get_artist("UCAeLFBCQS7FvI8PvBrWvSBg")
results = self.yt.get_artist_albums(artist["singles"]["browseId"],
artist["singles"]["params"])
self.assertGreater(len(results), 0)

Expand Down

0 comments on commit 6b75939

Please sign in to comment.