diff --git a/document-parser/tests/test_chunking.py b/document-parser/tests/test_chunking.py index 83e3a5e..552f71f 100644 --- a/document-parser/tests/test_chunking.py +++ b/document-parser/tests/test_chunking.py @@ -66,6 +66,7 @@ class TestChunkResult: "source_page": 1, "token_count": 10, "bboxes": [], + "doc_items": [], }