Maybe
This commit is contained in:
@@ -734,6 +734,9 @@ async fn test_create_scheduled_message() {
|
||||
|
||||
let mut contact = textsender_models::contact::Contact {
|
||||
phone_number: String::from(TEST_CONTACT_PHONE_NUMBER),
|
||||
firstname: Some(String::from("Billy")),
|
||||
lastname: Some(String::from("TheKid")),
|
||||
nickname: Some(String::from("billbill9")),
|
||||
user_id: Some(TEST_USER_ID),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user