Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Nov 8, 2024
1 parent 772b81a commit 968c158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions location/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def test_allowed_location(self):
cached = caches["location"].get(f"user_locations_{self.test_user._u.id}")
self.assertIsNotNone(cached)
districts = UserDistrict.get_user_districts(self.test_user)
self.assertIsNotNone(cached)
self.assertIsNotNone(districts)


def test_cache_invalidation(self):
LocationManager().is_allowed(self.test_user, [])
Expand Down

0 comments on commit 968c158

Please sign in to comment.