Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien3d committed Nov 11, 2023
1 parent 55767a5 commit de006a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ use actix_web::{
};
use mongodb::Client;

use crate::controllers::users::{create_user, get_user_by_email};
use crate::{
controllers::users::{create_user, get_user_by_email},
models::users,
};

use super::*;

Expand Down

0 comments on commit de006a6

Please sign in to comment.