Tests: Fix scope of store

This commit is contained in:
Lennart
2025-12-31 01:05:56 +01:00
parent f778c470d0
commit 4b8a8c61f2
14 changed files with 103 additions and 316 deletions

View File

@@ -87,7 +87,7 @@ impl From<CalendarRow> for Calendar {
}
}
#[derive(Debug, Constructor)]
#[derive(Debug, Clone, Constructor)]
pub struct SqliteCalendarStore {
db: SqlitePool,
sender: Sender<CollectionOperation>,