Skip to content
Snippets Groups Projects
Commit 16254e9f authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

only two tasks now

parent 2bfd066b
No related merge requests found
Pipeline #77882 passed
...@@ -10,4 +10,4 @@ class TestADag(unittest.TestCase): ...@@ -10,4 +10,4 @@ class TestADag(unittest.TestCase):
dag = self.dagbag.get_dag(dag_id='firsto') dag = self.dagbag.get_dag(dag_id='firsto')
assert self.dagbag.import_errors == {} assert self.dagbag.import_errors == {}
assert dag is not None assert dag is not None
self.assertEqual(len(dag.tasks), 3, f"Actually: {len(dag.tasks)}") self.assertEqual(len(dag.tasks), 2, f"Actually: {len(dag.tasks)}")
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment