Skip to content

Commit

Permalink
wip debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis SMAIL committed Jan 28, 2025
1 parent 7cb32e6 commit 63a3132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/storage/business/test_raw_study_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def test_assert_study_not_exist(tmp_path: str, project_path) -> None:

@pytest.mark.unit_test
def test_create(tmp_path_posix: Path, project_path: Path) -> None:
print("tmp_path_posix", tmp_path_posix)
study = Mock()
data = {"antares": {"caption": None}}
study.get.return_value = data
Expand Down

0 comments on commit 63a3132

Please sign in to comment.