Fix params

This commit is contained in:
hugovk 2014-12-26 23:32:21 +02:00
parent 24f49074bf
commit 79d741269a

View file

@ -422,7 +422,7 @@ class TestPyLast(unittest.TestCase):
def test_playlist_is_hashable(self): def test_playlist_is_hashable(self):
# Arrange # Arrange
playlist = pylast.Playlist( playlist = pylast.Playlist(
user="RJ", id="1k1qp_doglist", network=self.network) user="RJ", playlist_id="1k1qp_doglist", network=self.network)
# Act/Assert # Act/Assert
self.helper_is_thing_hashable(playlist) self.helper_is_thing_hashable(playlist)