From 16254e9f8264d2e89aeef88961032a57d7e60add Mon Sep 17 00:00:00 2001
From: jrybicki-jsc <j.rybicki@fz-juelich.de>
Date: Tue, 7 Sep 2021 10:34:29 +0200
Subject: [PATCH] only two tasks now

---
 tests/test_dag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_dag.py b/tests/test_dag.py
index 8a1faa1..0f26de3 100644
--- a/tests/test_dag.py
+++ b/tests/test_dag.py
@@ -10,4 +10,4 @@ class TestADag(unittest.TestCase):
        dag = self.dagbag.get_dag(dag_id='firsto')
        assert self.dagbag.import_errors == {}
        assert dag is not None
-       self.assertEqual(len(dag.tasks), 3, f"Actually: {len(dag.tasks)}")
\ No newline at end of file
+       self.assertEqual(len(dag.tasks), 2, f"Actually: {len(dag.tasks)}")
\ No newline at end of file
-- 
GitLab