LastFM: replace non-existent username in tests

This commit is contained in:
James Lu 2023-02-18 17:55:04 -08:00
parent 810f87de09
commit 445cf4c395

View File

@ -48,10 +48,10 @@ class LastFMTestCase(PluginTestCase):
conf.supybot.plugins.LastFM.apiKey.setValue(apiKey)
def testNowPlaying(self):
self.assertNotError("np krf")
self.assertNotError("np RJ")
def testLastfmDB(self):
self.assertNotError("lastfm set jlu5") # test db
self.assertNotError("lastfm set test") # test db
self.assertNotError("np")
def testProfile(self):