Skip to content

Commit

Permalink
fix import problem
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 20, 2025
1 parent 6d39561 commit 6f9bb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/storage/business/test_timeseries_config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6f9bb65

Please sign in to comment.