fix lastfm tests (ackthet is gone)

master
mutantmonkey 2013-10-05 16:22:08 -07:00
parent 256592b79f
commit 5993947a70
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
"""
lastfmn.py - lastfm module
lastfm.py - lastfm module
author: Casey Link <unnamedrambler@gmail.com>
"""

View File

@ -11,7 +11,7 @@ from modules.lastfm import now_playing, tasteometer
class TestLastfm(unittest.TestCase):
user1 = 'test'
user2 = 'ackthet'
user2 = 'josh'
def setUp(self):
self.phenny = MagicMock()