From d18119964741610f8c3d5744bf2d149d9c211451 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Mon, 28 Jun 2021 12:29:30 +0200 Subject: [PATCH] fix tests --- tests/data_solutions/data_platform_foundations/test_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data_solutions/data_platform_foundations/test_plan.py b/tests/data_solutions/data_platform_foundations/test_plan.py index 77d21f5b..d453822e 100644 --- a/tests/data_solutions/data_platform_foundations/test_plan.py +++ b/tests/data_solutions/data_platform_foundations/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) == 6 - assert len(resources) == 46 + assert len(resources) == 48