From 1aee0b802cad9fc9343b6c2966ba112f9b762f7c Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Wed, 16 Jul 2025 23:03:40 +0300 Subject: feat: refactor and remove lib usage --- src/notifications.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/notifications.rs') 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(); -- cgit v1.2.3