소스 검색

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