From 3d8c9a4b529fdffff1c351af3747a29468e59364 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Fri, 1 Apr 2022 18:52:30 +0200 Subject: [PATCH] Fix test. --- .../data_solutions/data_platform_foundations/test_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/data_solutions/data_platform_foundations/test_plan.py b/tests/examples/data_solutions/data_platform_foundations/test_plan.py index 01eac0a3..e5db6ffc 100644 --- a/tests/examples/data_solutions/data_platform_foundations/test_plan.py +++ b/tests/examples/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) == 41 - assert len(resources) == 296 + assert len(resources) == 313