last.fm fix: use a user with things in common

master
mutantmonkey 2013-10-05 16:27:14 -07:00
parent 5993947a70
commit d7654c65d1
1 changed files with 1 additions and 1 deletions

View File

@ -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()