store: test preparations

This commit is contained in:
Lennart
2025-06-27 13:58:14 +02:00
parent fe78a82806
commit b54fbebe7c
4 changed files with 19 additions and 10 deletions

View File

@@ -11,6 +11,9 @@ mod secret;
mod subscription_store;
pub mod synctoken;
#[cfg(test)]
pub mod tests;
pub use addressbook_store::AddressbookStore;
pub use calendar_store::CalendarStore;
pub use combined_calendar_store::CombinedCalendarStore;

View File