Delete comment

This commit is contained in:
Mubelotix
2025-08-12 19:07:32 +02:00
parent ae73465eab
commit 131823e4c5

View File

@ -57,8 +57,6 @@ async fn delete_task() {
"#);
}
// If there is a bug it's caused by a combination of the parameters so let's test them together!
async fn delete_tasks_time_bounds_inner(name: &str) {
let server = Server::new().await;
let index = server.unique_index();