mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Use more complete snapshot tests for the index scheduler
This commit is contained in:
parent
fd73e65165
commit
570ae05833
13 changed files with 273 additions and 194 deletions
|
@ -317,7 +317,7 @@ impl KindWithContent {
|
|||
todo!()
|
||||
}
|
||||
KindWithContent::CancelTask { .. } => {
|
||||
todo!()
|
||||
None // TODO: check correctness of this return value
|
||||
}
|
||||
KindWithContent::DeleteTasks { query, tasks } => Some(Details::DeleteTasks {
|
||||
matched_tasks: tasks.len(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue