fix: test case fixes

This commit is contained in:
Himanshu Warekar 2019-04-05 10:58:18 +05:30
parent 0a2911aa3f
commit 1e03e88bb9

View file

@ -94,7 +94,7 @@ def create_linked_contact(link_list):
class TestAddressesAndContacts(unittest.TestCase):
def test_get_data(self):
linked_docs = [get_custom_doc_for_address_and_contacts(), get_custom_doc_for_address_and_contacts(), get_custom_doc_for_address_and_contacts()]
linked_docs = [get_custom_doc_for_address_and_contacts()]
links_list = [item.name for item in linked_docs]
create_linked_contact(links_list)
create_linked_address(links_list)