We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb670fa commit 4cd35ceCopy full SHA for 4cd35ce
docs/cookbook/unit-testing.rst
@@ -71,7 +71,7 @@ Then we can put the tests in a ``tests.py`` somewhere:
71
self.assertEqual([task_state.result for task_state
72
in TaskState.objects.all()], [16, 8])
73
74
-This test assumes that you put your example ``add`` task in ``maypp.tasks``
+This test assumes that you put your example ``add`` task in ``myapp.tasks``
75
so adjust the import for wherever you put the class.
76
77
If you're going to use
0 commit comments