diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-16 23:03:40 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-16 23:03:40 +0300 |
| commit | 1aee0b802cad9fc9343b6c2966ba112f9b762f7c (patch) | |
| tree | 53d9551fbfd3df01ac61ecd1128060a9a9727a84 /src/notifications.rs | |
| parent | dbb25297da61fe393ca1e8a6b6c6beace2513e0a (diff) | |
feat: refactor and remove lib usage
Diffstat (limited to 'src/notifications.rs')
| -rw-r--r-- | src/notifications.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notifications.rs b/src/notifications.rs index f725c26..2dad552 100644 --- a/src/notifications.rs +++ b/src/notifications.rs @@ -180,7 +180,6 @@ mod tests { use super::*; use crate::users::{UserRepository, UserRole}; use sqlx::{Executor, SqlitePool}; - use tokio; async fn setup_db() -> SqlitePool { let pool = SqlitePool::connect(":memory:").await.unwrap(); |
