diff --git a/erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py b/erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py index d8d9f8fbc6..ee5886c1cb 100644 --- a/erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py +++ b/erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py @@ -191,7 +191,7 @@ class TestBOMCreator(FrappeTestCase): ) doc = make_bom_creator( - name="Bicycle BOM", + name="Bicycle BOM Test", company="_Test Company", item_code=final_product, qty=1,