Add test for uploading invalid calendar object and fix precondition

This commit is contained in:
Lennart
2026-01-19 13:40:54 +01:00
parent 303f9aff68
commit 0eef4ffabf
5 changed files with 90 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ use rustical_store::{CalendarMetadata, CalendarStore};
use rustical_store_sqlite::tests::{TestStoreContext, test_store_context};
use tower::ServiceExt;
fn mkcalendar_template(
pub fn mkcalendar_template(
CalendarMetadata {
displayname,
order: _order,