Parcourir la source

Fixes typo Publisher -> Producer

Ask Solem il y a 11 ans
Parent
commit
4b40a7266b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      celery/tests/app/test_amqp.py

+ 1 - 1
celery/tests/app/test_amqp.py

@@ -22,7 +22,7 @@ class test_TaskConsumer(AppCase):
             )
 
 
-class test_PublisherPool(AppCase):
+class test_ProducerPool(AppCase):
 
     def test_setup_nolimit(self):
         self.app.conf.BROKER_POOL_LIMIT = None