From a5976793499e05822a12c332c75bd5edcf230940 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Wed, 2 Feb 2022 16:41:28 +0100 Subject: [PATCH] Fix test error --- tests/examples/data_solutions/dp-foundation/test_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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