Document deletion test passes

This commit is contained in:
Louis Dureuil 2024-11-14 08:42:56 +01:00
parent 695c2c6b99
commit 0e3c5d91ab
No known key found for this signature in database

View File

@ -132,7 +132,7 @@ mod test {
} }
let mut deletions = DocumentDeletion::new(); let mut deletions = DocumentDeletion::new();
deletions.delete_documents_by_docids(vec![0, 2, 42].into_iter().collect()); deletions.delete_documents_by_docids(Vec::<u32>::new().into_iter().collect());
let indexer = Bump::new(); let indexer = Bump::new();
let index = TempIndex::new(); let index = TempIndex::new();