Fix params
This commit is contained in:
parent
24f49074bf
commit
79d741269a
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class TestPyLast(unittest.TestCase):
|
|||
def test_playlist_is_hashable(self):
|
||||
# Arrange
|
||||
playlist = pylast.Playlist(
|
||||
user="RJ", id="1k1qp_doglist", network=self.network)
|
||||
user="RJ", playlist_id="1k1qp_doglist", network=self.network)
|
||||
|
||||
# Act/Assert
|
||||
self.helper_is_thing_hashable(playlist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue