浏览代码

Fixes typo Publisher -> Producer

Ask Solem 11 年之前
父节点
当前提交
4b40a7266b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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