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

@@ -41,7 +41,7 @@ impl TryFrom<PrincipalRow> for Principal {
}
}
#[derive(Debug, Constructor)]
#[derive(Debug, Clone, Constructor)]
pub struct SqlitePrincipalStore {
db: SqlitePool,
}