mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
fix test_scopes.py
This commit is contained in:
parent
d874d53857
commit
ef69d4dde4
@ -19,7 +19,7 @@ class SpotipyScopeTest(TestCase):
|
||||
normalized_scope_string = self.normalize_scope(scopes)
|
||||
normalized_scope_string_2 = self.normalize_scope(scope_string)
|
||||
|
||||
self.assertEqual(scope_string, None)
|
||||
self.assertEqual(scope_string, "")
|
||||
self.assertEqual(normalized_scope_string, None)
|
||||
self.assertEqual(normalized_scope_string_2, None)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user