Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 11, 2023
1 parent 36a54cc commit 60500d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,10 @@ def test_delete_pattern_with_custom_count(self, client_mock, cache: RedisCache):
@patch("django_redis.cache.RedisCache.client")
@override_settings(DJANGO_REDIS_SCAN_ITERSIZE=30)
def test_delete_pattern_with_settings_default_scan_count(
self, client_mock, cache: RedisCache, settings: SettingsWrapper,
self,
client_mock,
cache: RedisCache,
settings: SettingsWrapper,
):
for key in ["foo-aa", "foo-ab", "foo-bb", "foo-bc"]:
cache.set(key, "foo")
Expand Down

0 comments on commit 60500d1

Please sign in to comment.