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: