Browse Source

Fix discrepancy that crept in during conflict resulotion.

Branko Čibej 14 years ago
parent
commit
42faf193a1
1 changed files with 1 additions and 0 deletions
  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):