Ask Solem 9 lat temu
rodzic
commit
887484b81d
1 zmienionych plików z 1 dodań i 1 usunięć
  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):