Skip to content

Commit ded92f7

Browse files
committed
fixed typo
1 parent 1c12a97 commit ded92f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@pytest.fixture
2323
def patch_itersize_setting() -> Iterable[None]:
24-
# destroy cache to force recreation with overriden settings
24+
# destroy cache to force recreation with overridden settings
2525
del caches["default"]
2626
with override_settings(DJANGO_VALKEY_SCAN_ITERSIZE=30):
2727
yield

0 commit comments

Comments
 (0)