Skip to content

Commit db54da5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b597f0 commit db54da5

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
@@ -494,7 +494,10 @@ def test_delete_pattern_with_custom_count(self, client_mock, cache: RedisCache):
494494

495495
@patch("django_redis.cache.RedisCache.client")
496496
def test_delete_pattern_with_settings_default_scan_count(
497-
self, client_mock, cache: RedisCache, settings: SettingsWrapper,
497+
self,
498+
client_mock,
499+
cache: RedisCache,
500+
settings: SettingsWrapper,
498501
):
499502
settings.DJANGO_REDIS_SCAN_ITERSIZE = 30
500503

0 commit comments

Comments
 (0)