Explorar o código

Fixes typo Publisher -> Producer

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
4b40a7266b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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