diff --git a/tests/examples/data_solutions/dp-foundation/test_plan.py b/tests/examples/data_solutions/dp-foundation/test_plan.py index 6d50117a6..10225f6f2 100644 --- a/tests/examples/data_solutions/dp-foundation/test_plan.py +++ b/tests/examples/data_solutions/dp-foundation/test_plan.py @@ -24,4 +24,4 @@ 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) == 40 - assert len(resources) == 281 + assert len(resources) == 286