diff --git a/frappe/contacts/doctype/contact/test_records.json b/frappe/contacts/doctype/contact/test_records.json index eb540ce4db..11c5329e93 100644 --- a/frappe/contacts/doctype/contact/test_records.json +++ b/frappe/contacts/doctype/contact/test_records.json @@ -1,39 +1,39 @@ [ - { - "doctype": "Contact", - "salutation": "Mr", - "first_name": "_Test Contact For _Test Customer", - "is_primary_contact": 1, - "status": "Open", - "email_ids": [ - { - "email_id": "test_contact@example.com", - "is_primary": 1 - } - ], - "phone_nos": [ - { - "phone": "+91 0000000000", - "is_primary_phone": 1 - } - ] - }, - { - "doctype": "Contact", - "first_name": "_Test Contact For _Test Supplier", - "is_primary_contact": 1, - "status": "Open", - "email_ids": [ - { - "email_id": "test_contact@example.com", - "is_primary": 1 - } - ], - "phone_nos": [ - { - "phone": "+91 0000000000", - "is_primary_phone": 1 - } - ] - } + { + "doctype": "Contact", + "salutation": "Mr", + "first_name": "_Test Contact For _Test Customer", + "is_primary_contact": 1, + "status": "Open", + "email_ids": [ + { + "email_id": "test_contact@example.com", + "is_primary": 1 + } + ], + "phone_nos": [ + { + "phone": "+91 0000000000", + "is_primary_phone": 1 + } + ] + }, + { + "doctype": "Contact", + "first_name": "_Test Contact For _Test Supplier", + "is_primary_contact": 1, + "status": "Open", + "email_ids": [ + { + "email_id": "test_contact@example.com", + "is_primary": 1 + } + ], + "phone_nos": [ + { + "phone": "+91 0000000000", + "is_primary_phone": 1 + } + ] + } ] \ No newline at end of file