mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Co-authored-by: ruthra kumar <ruthra@erpnext.com>
This commit is contained in:
@@ -14,7 +14,7 @@ from erpnext.selling.doctype.customer.customer import (
|
||||
get_customer_outstanding,
|
||||
parse_full_name,
|
||||
)
|
||||
from erpnext.tests.utils import ERPNextTestSuite, create_test_contact_and_address
|
||||
from erpnext.tests.utils import ERPNextTestSuite
|
||||
|
||||
|
||||
class TestCustomer(ERPNextTestSuite):
|
||||
@@ -71,8 +71,6 @@ class TestCustomer(ERPNextTestSuite):
|
||||
"customer_name": "_Test Customer",
|
||||
}
|
||||
|
||||
create_test_contact_and_address()
|
||||
|
||||
frappe.db.set_value(
|
||||
"Contact", "_Test Contact for _Test Customer-_Test Customer", "is_primary_contact", 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user