tiny steps towards unit testing for each resource

This commit is contained in:
Lennart
2025-06-27 14:33:25 +02:00
parent e2f5773e3c
commit 86ae31e94c
7 changed files with 85 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ pub mod error;
pub mod principal_store;
pub mod subscription_store;
#[cfg(test)]
#[cfg(any(test, feature = "test"))]
pub mod tests;
#[derive(Debug, Clone, Serialize, sqlx::Type)]