Files
thoth/tests/models/snapshots/can_create_with_password@users.snap
Dylan Knutson c8cc36f3d6
Some checks failed
CI / Run Clippy (push) Failing after 4s
CI / Check Style (push) Successful in 14s
CI / Run Tests (push) Failing after 19s
Initialize loco app
2024-11-30 13:29:56 -08:00

22 lines
456 B
Plaintext

---
source: tests/models/users.rs
expression: res
---
Ok(
Model {
created_at: DATE,
updated_at: DATE,
id: ID
pid: PID,
email: "test@framework.com",
password: "PASSWORD",
api_key: "lo-PID",
name: "framework",
reset_token: None,
reset_sent_at: None,
email_verification_token: None,
email_verification_sent_at: None,
email_verified_at: None,
},
)