diff --git a/src/routes/root.rs b/src/routes/root.rs index 75d9688..587202b 100644 --- a/src/routes/root.rs +++ b/src/routes/root.rs @@ -77,6 +77,8 @@ mod test { birthday: NaiveDate::from_ymd_opt(1980, 1, 1).unwrap(), phone: 800017002, adress: None, + job_title: about.clone(), + web: Some("http://vlach.xyz".to_string()), social: SocalLinks { facebook: None, linkedin: None,