mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix: add ocr_redo to expected frontmatter fields in test
This commit is contained in:
parent
37768d15be
commit
8cc493967e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class TestFrontmatterFields:
|
|||
"zotero_key", "citation_key", "domain", "title", "year", "doi",
|
||||
"collection_path", "collection_tags", "has_pdf", "pdf_path", "supplementary",
|
||||
"fulltext_md_path", "recommend_analyze", "analyze",
|
||||
"do_ocr", "ocr_status", "deep_reading_status", "path_error",
|
||||
"do_ocr", "ocr_status", "ocr_redo", "deep_reading_status", "path_error",
|
||||
}
|
||||
assert set(fm.keys()) == expected
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue