pricing rule: fixes in testcase

This commit is contained in:
Nabin Hait 2014-02-28 15:21:49 +05:30
parent 13b93ebed8
commit e7e615cf18

View File

@ -68,7 +68,7 @@ class TestPricingRule(unittest.TestCase):
details = get_item_details(args)
self.assertEquals(details.get("discount_percentage"), 15)
frappe.db.sql("delete * from `tabPricing Rule`")
frappe.db.sql("delete from `tabPricing Rule`")
test_records = [
[{