From 2a3f28d1bf19cf649c4759bb448cdbb16ce7309e Mon Sep 17 00:00:00 2001 From: belthlemar Date: Mon, 20 Jan 2025 15:27:46 +0100 Subject: [PATCH] fix import problem --- tests/storage/business/test_timeseries_config_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/storage/business/test_timeseries_config_manager.py b/tests/storage/business/test_timeseries_config_manager.py index b404f36f4d..790ea3b0e5 100644 --- a/tests/storage/business/test_timeseries_config_manager.py +++ b/tests/storage/business/test_timeseries_config_manager.py @@ -26,7 +26,7 @@ from antarest.study.storage.rawstudy.raw_study_service import RawStudyService from antarest.study.storage.storage_service import StudyStorageService from antarest.study.storage.variantstudy.variant_study_service import VariantStudyService -from helpers import with_db_context +from tests.helpers import with_db_context @pytest.fixture @@ -41,7 +41,7 @@ def file_study_820(tmpdir: Path) -> FileStudy: @with_db_context -def test_ts_field_values( +def test_nominal_case( file_study_820: FileStudy, raw_study_service: RawStudyService, variant_study_service: VariantStudyService ): # Checks default value