TEst fix
This commit is contained in:
@@ -734,6 +734,7 @@ async fn test_create_scheduled_message() {
|
|||||||
|
|
||||||
let mut contact = textsender_models::contact::Contact {
|
let mut contact = textsender_models::contact::Contact {
|
||||||
phone_number: String::from(TEST_CONTACT_PHONE_NUMBER),
|
phone_number: String::from(TEST_CONTACT_PHONE_NUMBER),
|
||||||
|
user_id: Some(TEST_USER_ID),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
match repo::contact::insert(&tm_pool, &contact).await {
|
match repo::contact::insert(&tm_pool, &contact).await {
|
||||||
|
|||||||
Reference in New Issue
Block a user