diff --git a/modules/lastfm.py b/modules/lastfm.py index ab13527..b1d6ed6 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- """ -lastfmn.py - lastfm module +lastfm.py - lastfm module author: Casey Link """ diff --git a/modules/test/test_lastfm.py b/modules/test/test_lastfm.py index 52899e7..4af1382 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 = 'ackthet' + user2 = 'josh' def setUp(self): self.phenny = MagicMock()