Apply suggestions from code review of branch download-stitched-image
Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
parent
7295b86cf6
commit
2e18c2017a
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue