Skip to content

Commit 64cb692

Browse files
committed
Forgot to do the same for the metadata file
1 parent fb4f5e9 commit 64cb692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/workflows/clem/test_process_raw_tiffs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def tiff_list(raw_dir: Path):
4242

4343
@pytest.fixture
4444
def metadata(raw_dir: Path):
45+
(raw_dir / area_name / "Metadata").mkdir(parents=True, exist_ok=True)
4546
metadata = raw_dir / area_name / "Metadata" / "test_series.xlif"
4647
if not metadata.exists():
4748
metadata.touch()

0 commit comments

Comments
 (0)