[fix] tax rule test

This commit is contained in:
Rushabh Mehta
2017-01-18 14:14:20 +05:30
parent 8f55d6bf3a
commit a0c41b70c4
3 changed files with 28 additions and 29 deletions

View File

@@ -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',