[Fixes] deprecated

This commit is contained in:
Saurabh 2015-09-14 19:15:16 +05:30
parent 052babc6b6
commit bb9427d1ef

View File

@ -12,7 +12,6 @@ class TestShoppingCartSettings(unittest.TestCase):
def setUp(self):
frappe.db.sql("""delete from `tabSingles` where doctype="Shipping Cart Settings" """)
frappe.db.sql("""delete from `tabShopping Cart Price List`""")
frappe.db.sql("""delete from `tabShopping Cart Taxes and Charges Master`""")
frappe.db.sql("""delete from `tabShopping Cart Shipping Rule`""")
def get_cart_settings(self):