mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix test
This commit is contained in:
parent
02c3d6b265
commit
a489b406b4
5 changed files with 15 additions and 19 deletions
|
@ -252,7 +252,7 @@ where
|
|||
let number_of_documents = self.index.number_of_documents(self.wtxn)?;
|
||||
return Ok(DocumentAdditionResult { indexed_documents: 0, number_of_documents });
|
||||
}
|
||||
let mut output = self
|
||||
let output = self
|
||||
.transform
|
||||
.take()
|
||||
.expect("Invalid document addition state")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue