delete incorrect comment in test

This commit is contained in:
Daniel Roth 2026-05-14 07:38:58 +00:00
parent 664c9b91fa
commit 75093fc833

View file

@ -1,7 +1,5 @@
from backend.pashub_fetcher.core_files import infer_file_type
# --- GREEN: pre-existing file types (startswith match) ---
def test_infer_photopack():
assert infer_file_type("Photopack_123456_V1.pdf") == "photo_pack"