소스 검색

Fixes build

Ask Solem 9 년 전
부모
커밋
887484b81d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/tests/app/test_builtins.py

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

@@ -101,7 +101,7 @@ class test_group(BuiltinsCase):
         x = group(app=self.app)
         x.apply()
         res = x.apply_async()
-        self.assertFalse(res)
+        self.assertTrue(res)
         self.assertFalse(res.results)
 
     def test_apply_async_with_parent(self):