diff --git a/mne_bids_pipeline/tests/test_run.py b/mne_bids_pipeline/tests/test_run.py index 5ec1eaed7..b394d6f0b 100644 --- a/mne_bids_pipeline/tests/test_run.py +++ b/mne_bids_pipeline/tests/test_run.py @@ -172,7 +172,11 @@ def test_run(dataset, monkeypatch, dataset_test, capsys, tmp_path): elif dataset == "ds003775": shutil.copy( src=fix_path / "sub-010_ses-t1_scans.tsv", - dst=DATA_DIR / "ds003775" / "sub-010" / "ses-t1" / "sub-010_ses-t1_scans.tsv", + dst=DATA_DIR + / "ds003775" + / "sub-010" + / "ses-t1" + / "sub-010_ses-t1_scans.tsv", ) # Run the tests.