Skip to content

Commit 98fb952

Browse files
committed
Fix spelling in comment
1 parent f6106f6 commit 98fb952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def setUp(self) -> None:
4343
with mock.patch('redis.StrictRedis', fakeredis.FakeStrictRedis):
4444
self.backend = RedisBackend()
4545

46-
# Mock get_backend. Unfortunately due to the nameing of the 'task'
46+
# Mock get_backend. Unfortunately due to the naming of the 'task'
4747
# decorator class being the same as its containing module and it being
4848
# exposed as the symbol at django_lightweight_queue.task, we cannot mock
4949
# this in the normal way. Instead we mock get_path (which get_backend

0 commit comments

Comments
 (0)