test(chunking): add doc_items field to ChunkResult serialization test
The `doc_items` field was added to `ChunkResult` earlier in the feature branch (used by ChunkWriter for DERIVED_FROM edges), but the test fixture was never updated. CI caught it now that the PR is open. Fixes: tests/test_chunking.py::TestChunkResult::test_serializable
This commit is contained in:
parent
bd73c4bbfd
commit
f8675aea83
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ class TestChunkResult:
|
||||||
"source_page": 1,
|
"source_page": 1,
|
||||||
"token_count": 10,
|
"token_count": 10,
|
||||||
"bboxes": [],
|
"bboxes": [],
|
||||||
|
"doc_items": [],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue