Skip to content

Commit 60500d1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 36a54cc commit 60500d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_backend.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,10 @@ def test_delete_pattern_with_custom_count(self, client_mock, cache: RedisCache):
499499
@patch("django_redis.cache.RedisCache.client")
500500
@override_settings(DJANGO_REDIS_SCAN_ITERSIZE=30)
501501
def test_delete_pattern_with_settings_default_scan_count(
502-
self, client_mock, cache: RedisCache, settings: SettingsWrapper,
502+
self,
503+
client_mock,
504+
cache: RedisCache,
505+
settings: SettingsWrapper,
503506
):
504507
for key in ["foo-aa", "foo-ab", "foo-bb", "foo-bc"]:
505508
cache.set(key, "foo")

0 commit comments

Comments
 (0)