scanner: fix catalog match

This commit is contained in:
linsui 2025-08-02 22:18:13 +08:00 committed by Michael Pöhn
parent 9b8a334dcf
commit 5f6e59c76d
6 changed files with 58 additions and 16 deletions

View file

@ -176,6 +176,7 @@ class ScannerTest(unittest.TestCase):
('source-files/com.lolo.io.onelist/', 1),
('source-files/catalog.test/', 3),
('source-files/org.piepmeyer.gauguin/', 1),
('source-files/com.infomaniak.mail/', 2),
]
for root, count in test_files: