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

@@ -24,7 +24,7 @@ pub(crate) enum ChangeOperation {
Delete,
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct SqliteStore {
db: SqlitePool,
}