silly test
This commit is contained in:
@@ -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());
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user