mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
[fix] tax rule test
This commit is contained in:
@@ -27,11 +27,6 @@ class TestCustomer(unittest.TestCase):
|
||||
def test_party_details(self):
|
||||
from erpnext.accounts.party import get_party_details
|
||||
|
||||
frappe.db.sql('delete from tabContact')
|
||||
frappe.db.sql('delete from tabAddress')
|
||||
frappe.db.sql('delete from `tabDynamic Link`')
|
||||
|
||||
|
||||
to_check = {
|
||||
'selling_price_list': None,
|
||||
'customer_group': '_Test Customer Group',
|
||||
|
||||
Reference in New Issue
Block a user