Apply suggestions from code review of branch download-stitched-image

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-07-02 09:39:33 +00:00
parent 7295b86cf6
commit 2e18c2017a
2 changed files with 2 additions and 2 deletions

View file

@ -356,7 +356,7 @@ def test_all_files():
all_files = scan_dir.all_files()
# As standard for 8 layers there are 89 jpegs and 1 dzi file.
assert len(all_files) == 90
assert len(set(all_files)) == 90
dzi_file = None
# Check all files exist
for file in all_files: