From f3a873ae5857daf7636cdb83bc8951616223c251 Mon Sep 17 00:00:00 2001 From: Beth Probert Date: Wed, 2 Jul 2025 09:51:27 +0000 Subject: [PATCH] Apply suggestions from code review of branch download-stitched-image Co-authored-by: Joe Knapper --- tests/test_scan_directories.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_scan_directories.py b/tests/test_scan_directories.py index d1a61f0b..6df56f1b 100644 --- a/tests/test_scan_directories.py +++ b/tests/test_scan_directories.py @@ -357,6 +357,7 @@ def test_all_files(): # As standard for 8 layers there are 89 jpegs and 1 dzi file. assert len(set(all_files)) == 90 + assert len(all_files) == 90 dzi_file = None # Check all files exist for file in all_files: