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 418c89f commit 84209b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,11 @@ def test_delete_pattern_with_custom_count(self, client_mock, cache: RedisCache):

@patch("django_redis.cache.RedisCache.client")
def test_delete_pattern_with_settings_default_scan_count(
self, client_mock, patch_itersize, cache: RedisCache, settings: SettingsWrapper,
self,
client_mock,
patch_itersize,
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 84209b5

Please sign in to comment.