test: corrected item name (#25075)
This commit is contained in:
parent
720f69caaf
commit
d65458d534
@ -74,7 +74,7 @@ def setup_bom(**args):
|
||||
})
|
||||
|
||||
if not args.raw_materials:
|
||||
if not frappe.db.exists('Item', "Test Extra Item 1"):
|
||||
if not frappe.db.exists('Item', "Test Extra Item N-1"):
|
||||
make_item("Test Extra Item N-1", {
|
||||
'is_stock_item': 1,
|
||||
})
|
||||
@ -88,4 +88,4 @@ def setup_bom(**args):
|
||||
else:
|
||||
bom_doc = frappe.get_doc("BOM", name)
|
||||
|
||||
return bom_doc
|
||||
return bom_doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user