From d7654c65d18cb3c4b641c2918260ecc1acade35c Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sat, 5 Oct 2013 16:27:14 -0700 Subject: [PATCH] last.fm fix: use a user with things in common --- modules/test/test_lastfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/test_lastfm.py b/modules/test/test_lastfm.py index 4af1382..4e5bb54 100644 --- a/modules/test/test_lastfm.py +++ b/modules/test/test_lastfm.py @@ -11,7 +11,7 @@ from modules.lastfm import now_playing, tasteometer class TestLastfm(unittest.TestCase): user1 = 'test' - user2 = 'josh' + user2 = 'telnoratti' def setUp(self): self.phenny = MagicMock()