Skip to content

Commit

Permalink
fix test_scopes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dieser-niko committed Oct 13, 2024
1 parent d874d53 commit ef69d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_scopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_empty_scope(self):
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)

Expand Down

0 comments on commit ef69d4d

Please sign in to comment.