Add more task deletion tests

This commit is contained in:
Loïc Lecrenier 2022-10-10 17:02:28 +02:00 committed by Clément Renault
parent 570ae05833
commit ccfe1babdc
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
9 changed files with 206 additions and 59 deletions

View file

@ -71,7 +71,9 @@ impl BatchKind {
allow_index_creation,
settings_ids: vec![task_id],
}),
Kind::DumpExport | Kind::Snapshot | Kind::CancelTask | Kind::DeleteTasks => unreachable!(),
Kind::DumpExport | Kind::Snapshot | Kind::CancelTask | Kind::DeleteTasks => {
unreachable!()
}
}
}