mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix tests
This commit is contained in:
parent
0f86d6b28f
commit
2e62925a6e
8 changed files with 49 additions and 55 deletions
|
@ -953,6 +953,7 @@ pub(crate) mod tests {
|
|||
{ "id": 1, "name": "kevin", "has_dog": true },
|
||||
{ "id": 2, "name": "bob" }
|
||||
]);
|
||||
|
||||
let mut wtxn = index.write_txn().unwrap();
|
||||
let builder = IndexDocuments::new(&mut wtxn, &index, 0);
|
||||
builder.execute(content, |_, _| ()).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue