From e6c302a397926a9a78b0ef20a03da52e7c48712e Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 13 Sep 2023 11:22:43 +0530 Subject: [PATCH] fix: test case (#37063) --- erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,