test: corrected item name (#25075)

This commit is contained in:
Walstan Baptista 2021-03-31 12:14:41 +05:30 committed by GitHub
parent 720f69caaf
commit d65458d534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ def setup_bom(**args):
}) })
if not args.raw_materials: 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", { make_item("Test Extra Item N-1", {
'is_stock_item': 1, 'is_stock_item': 1,
}) })