From 445cf4c3959e3c72e359a39879353ed9f96a1ec0 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 18 Feb 2023 17:55:04 -0800 Subject: [PATCH] LastFM: replace non-existent username in tests --- LastFM/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LastFM/test.py b/LastFM/test.py index 338b726..dd4f3b2 100644 --- a/LastFM/test.py +++ b/LastFM/test.py @@ -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):