fix lastfm tests (ackthet is gone)
parent
256592b79f
commit
5993947a70
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lastfmn.py - lastfm module
|
||||
lastfm.py - lastfm module
|
||||
author: Casey Link <unnamedrambler@gmail.com>
|
||||
"""
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue