// mod tests { // use reqwest::Error; // use synerlogikos::{sync::sync_record, IntegrationRecord}; // #[tokio::test] // async fn can_sync_contact() { // let contact_id = "11111"; // // sync_record( // // contact_id, // // get_hs_contact, // // meets_conditions, // // find_matching, // // create_record, // // update_record // // ).await.unwrap(); // struct Contact {} // // impl IntegrationRecord for Contact {} // } // }