diff options
Diffstat (limited to 'src/test/fixtures/identity.rs')
| -rw-r--r-- | src/test/fixtures/identity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fixtures/identity.rs b/src/test/fixtures/identity.rs index cb325d8..84e1cf6 100644 --- a/src/test/fixtures/identity.rs +++ b/src/test/fixtures/identity.rs @@ -2,12 +2,12 @@ use crate::{ app::App, clock::RequestedAt, name::Name, + password::Password, test::fixtures, token::{ self, extract::{Identity, IdentityCookie}, }, - user::Password, }; pub async fn create(app: &App, created_at: &RequestedAt) -> Identity { |
