silly test
This commit is contained in:
parent
e4f03b951e
commit
e38f8a0a2b
@ -14,3 +14,11 @@ pub fn create_new_user() -> User {
|
|||||||
date: Utc::now().timestamp() as u64,
|
date: Utc::now().timestamp() as u64,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mod user_tests {
|
||||||
|
use super::create_new_user;
|
||||||
|
#[test]
|
||||||
|
fn user_struct() {
|
||||||
|
println!("{:?}", create_new_user());
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user