Ask Solem 9 vuotta sitten
vanhempi
commit
887484b81d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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):