[fix] test cases for customer credit
diff --git a/erpnext/selling/doctype/customer/test_customer.py b/erpnext/selling/doctype/customer/test_customer.py
index 36e4819..23df503 100644
--- a/erpnext/selling/doctype/customer/test_customer.py
+++ b/erpnext/selling/doctype/customer/test_customer.py
@@ -16,6 +16,9 @@
test_records = frappe.get_test_records('Customer')
class TestCustomer(unittest.TestCase):
+ def tearDown(self):
+ frappe.db.set_value("Customer", '_Test Customer', 'credit_limit', 0.0)
+
def test_party_details(self):
from erpnext.accounts.party import get_party_details