mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 02:11:39 +00:00
chore: Update test cases
This commit is contained in:
@@ -712,7 +712,7 @@ class TestPricingRule(unittest.TestCase):
|
||||
title="_Test Pricing Rule with Min Qty - 2",
|
||||
)
|
||||
|
||||
si = create_sales_invoice(do_not_submit=True, customer="_Test Customer 1", qty=1, currency="USD")
|
||||
si = create_sales_invoice(do_not_submit=True, customer="_Test Customer 1", qty=1)
|
||||
item = si.items[0]
|
||||
item.stock_qty = 1
|
||||
si.save()
|
||||
|
||||
Reference in New Issue
Block a user