summaryrefslogtreecommitdiff
path: root/src/test/fixtures/user.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fixtures/user.rs')
-rw-r--r--src/test/fixtures/user.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/fixtures/user.rs b/src/test/fixtures/user.rs
index 6448f64..086f866 100644
--- a/src/test/fixtures/user.rs
+++ b/src/test/fixtures/user.rs
@@ -5,7 +5,8 @@ use crate::{
app::App,
clock::RequestedAt,
name::Name,
- user::{self, Password, User},
+ password::Password,
+ user::{self, User},
};
pub async fn create_with_password(app: &App, created_at: &RequestedAt) -> (Name, Password) {