mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
fixed linting error
This commit is contained in:
parent
7a30bd6d61
commit
a1fe106dc5
1 changed files with 1 additions and 0 deletions
|
|
@ -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__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue