Skip to content

Commit 614b479

Browse files
author
Emanuele Palazzetti
committed
[celery] update tests comments
1 parent bcae71d commit 614b479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/celery/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_patch_app(self):
1717
ok_(Pin.get_from(app) is not None)
1818

1919
def test_unpatch_app(self):
20-
# When celery.App is patched it must not include a `Pin` instance
20+
# When celery.App is unpatched it must not include a `Pin` instance
2121
unpatch_app(celery.Celery)
2222
app = celery.Celery()
2323
ok_(Pin.get_from(app) is None)

0 commit comments

Comments
 (0)