We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6106f6 commit 98fb952Copy full SHA for 98fb952
tests/test_task.py
@@ -43,7 +43,7 @@ def setUp(self) -> None:
43
with mock.patch('redis.StrictRedis', fakeredis.FakeStrictRedis):
44
self.backend = RedisBackend()
45
46
- # Mock get_backend. Unfortunately due to the nameing of the 'task'
+ # Mock get_backend. Unfortunately due to the naming of the 'task'
47
# decorator class being the same as its containing module and it being
48
# exposed as the symbol at django_lightweight_queue.task, we cannot mock
49
# this in the normal way. Instead we mock get_path (which get_backend
0 commit comments