diff --git a/tests/examples/data_solutions/dp-foundation/test_plan.py b/tests/examples/data_solutions/dp-foundation/test_plan.py index 11d4fd88..6d50117a 100644 --- a/tests/examples/data_solutions/dp-foundation/test_plan.py +++ b/tests/examples/data_solutions/dp-foundation/test_plan.py @@ -23,5 +23,5 @@ FIXTURES_DIR = os.path.join(os.path.dirname(__file__), 'fixture') def test_resources(e2e_plan_runner): "Test that plan works and the numbers of resources is as expected." modules, resources = e2e_plan_runner(FIXTURES_DIR) - assert len(modules) == 39 + assert len(modules) == 40 assert len(resources) == 281