From 79d741269ac9fa23d224b13aca0ab2c86be52267 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 26 Dec 2014 23:32:21 +0200 Subject: [PATCH] Fix params --- test_pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pylast.py b/test_pylast.py index bfdcbbe..bc5dcb8 100755 --- a/test_pylast.py +++ b/test_pylast.py @@ -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)