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 bcae71d commit 614b479Copy full SHA for 614b479
tests/contrib/celery/test_app.py
@@ -17,7 +17,7 @@ def test_patch_app(self):
17
ok_(Pin.get_from(app) is not None)
18
19
def test_unpatch_app(self):
20
- # When celery.App is patched it must not include a `Pin` instance
+ # When celery.App is unpatched it must not include a `Pin` instance
21
unpatch_app(celery.Celery)
22
app = celery.Celery()
23
ok_(Pin.get_from(app) is None)
0 commit comments