Browse Source

Cosmetics

Ask Solem 13 years ago
parent
commit
5f773f197d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/tests/test_worker/test_worker_revoke.py

+ 1 - 1
celery/tests/test_worker/test_worker_revoke.py

@@ -4,7 +4,7 @@ from celery.worker import state
 from celery.tests.utils import unittest
 
 
-class TestRevokeRegistry(unittest.TestCase):
+class test_revoked(unittest.TestCase):
 
     def test_is_working(self):
         state.revoked.add("foo")