mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix some warnings
This commit is contained in:
parent
58ef80a2a7
commit
6f327a00c7
7 changed files with 130 additions and 30 deletions
|
@ -117,7 +117,10 @@ pub(crate) mod test {
|
|||
uid: 0,
|
||||
index_uid: Some(S("doggos")),
|
||||
status: Status::Succeeded,
|
||||
kind: Kind::DocumentAddition,
|
||||
kind: Kind::DocumentImport {
|
||||
method: index::milli::update::IndexDocumentsMethod::UpdateDocuments,
|
||||
allow_index_creation: true,
|
||||
},
|
||||
details: Some(Details::DocumentAddition {
|
||||
received_documents: 10_000,
|
||||
indexed_documents: 3,
|
||||
|
@ -135,7 +138,10 @@ pub(crate) mod test {
|
|||
uid: 1,
|
||||
index_uid: Some(S("doggos")),
|
||||
status: Status::Enqueued,
|
||||
kind: Kind::DocumentAddition,
|
||||
kind: Kind::DocumentImport {
|
||||
method: index::milli::update::IndexDocumentsMethod::UpdateDocuments,
|
||||
allow_index_creation: true,
|
||||
},
|
||||
details: None,
|
||||
error: None,
|
||||
duration: Some(Duration::DAY),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue