pricing rule: fixes in testcase
This commit is contained in:
parent
13b93ebed8
commit
e7e615cf18
@ -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 = [
|
||||
[{
|
||||
|
Loading…
x
Reference in New Issue
Block a user