test: changed test item name

This commit is contained in:
noahjacob 2021-05-07 17:39:26 +05:30 committed by Noah Jacob
parent c95d96e7ae
commit 3a663ac77f

View File

@ -48,7 +48,7 @@ def make_promotional_scheme():
ps = frappe.new_doc('Promotional Scheme')
ps.name = '_Test Scheme'
ps.append('items',{
'item_code': 'Test Production Item 1'
'item_code': '_Test Item'
})
ps.selling = 1
ps.append('price_discount_slabs',{