refactor(tests): remove unused value_objects imports from test files
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
use super::*;
|
||||
use crate::test_helpers;
|
||||
use chrono::Utc;
|
||||
use domain::{
|
||||
models::{notification::NotificationKind, user::User},
|
||||
value_objects::*,
|
||||
};
|
||||
use domain::models::notification::NotificationKind;
|
||||
|
||||
#[sqlx::test(migrations = "./migrations")]
|
||||
async fn save_and_list(pool: sqlx::PgPool) {
|
||||
|
||||
Reference in New Issue
Block a user