Explorar el Código

Fix discrepancy that crept in during conflict resulotion.

Branko Čibej hace 14 años
padre
commit
42faf193a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      celery/tests/test_task/test_task.py

+ 1 - 0
celery/tests/test_task/test_task.py

@@ -441,6 +441,7 @@ class TestTaskSet(unittest.TestCase):
         res = ts.apply(taskset_id=prefix + gen_unique_id())
         self.assertTrue(res.taskset_id.startswith(prefix))
 
+
 class TestTaskApply(unittest.TestCase):
 
     def test_apply_throw(self):