fix: test case (#37063)

diff --git a/erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py b/erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py
index d8d9f8f..ee5886c 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 @@
 		)
 
 		doc = make_bom_creator(
-			name="Bicycle BOM",
+			name="Bicycle BOM Test",
 			company="_Test Company",
 			item_code=final_product,
 			qty=1,