From c88b5ba72906d249fc3102b3db4bdc9034c9e11d Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sat, 9 Dec 2023 00:13:30 +0100 Subject: [PATCH] fix: tests --- src/routes/root.rs | 2 ++ 1 file changed, 2 insertions(+) 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,