Browse Source

Fix discrepancy that crept in during conflict resulotion.

Branko Čibej 14 năm trước cách đây
mục cha
commit
42faf193a1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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):