From a1fe106dc5e22bb2e605554f3d1f6b8f2ed2ad2e Mon Sep 17 00:00:00 2001 From: Paldin Bet Eivaz Date: Thu, 18 Nov 2021 09:37:15 -0800 Subject: [PATCH] fixed linting error --- test/test_spotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_spotify.py b/test/test_spotify.py index 87186d718..f90ecd907 100644 --- a/test/test_spotify.py +++ b/test/test_spotify.py @@ -189,6 +189,7 @@ class SpotifyPluginTest(_common.TestCase, TestHelper): self.assertEqual(1, len(results)) self.assertEqual("6NPVjNh8Jhru9xOmyQigds", results[0]['id']) + def suite(): return unittest.TestLoader().loadTestsFromName(__name__)