All tests passing

This commit is contained in:
mdecimus
2025-12-12 15:34:38 +01:00
parent 3df5327ac8
commit e944316312
18 changed files with 331 additions and 159 deletions

View File

@@ -78,9 +78,9 @@ async fn jmap_tests() {
server::webhooks::test(&mut params).await;
/*mail::get::test(&mut params).await;
mail::get::test(&mut params).await;
mail::set::test(&mut params).await;
mail::parse::test(&mut params).await;*/
mail::parse::test(&mut params).await;
mail::query::test(&mut params, delete).await;
mail::search_snippet::test(&mut params).await;
mail::changes::test(&mut params).await;

View File

@@ -155,9 +155,7 @@ pub async fn store_blob_expire_all(store: &Store) {
until,
}));
}
_ => {
eprintln!("Unknown blob link type for key {key:?}: {value:?}",);
}
_ => {}
}
batch.clear(ValueClass::Blob(BlobOp::Link {