Skip to content

Commit

Permalink
test(export): adjust the unit test to accommodate the updated signatu…
Browse files Browse the repository at this point in the history
…re in 'export_study_flat'
  • Loading branch information
laurent-laporte-pro committed Sep 12, 2023
1 parent 9c5699d commit abd7490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/study/storage/rawstudy/test_raw_study_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ def test_export_study_flat(
# Run the export
target_path = tmp_path / raw_study_path.with_suffix(".exported").name
raw_study_service.export_study_flat(
raw_study,
Path(raw_study.path),
target_path,
outputs=outputs,
output_list_filter=output_filter,
denormalize=denormalize,
# fixme: denormalize=denormalize,
)

# Collect the resulting files
Expand Down

0 comments on commit abd7490

Please sign in to comment.