From 93fdcbf3358b062c8dbb03508507b49e9a7e9bf5 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Thu, 3 Feb 2022 17:52:02 +0100 Subject: [PATCH] fix tests --- 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 fda3e7d4..d2b50c74 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) == 37 - assert len(resources) == 265 + assert len(resources) == 280