commit | e6c302a397926a9a78b0ef20a03da52e7c48712e | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Wed Sep 13 11:22:43 2023 +0530 |
committer | GitHub <noreply@github.com> | Wed Sep 13 11:22:43 2023 +0530 |
tree | 5cc6424ae8ea77d7741459e761d9ca22b782dbde | |
parent | 88f7e57edf8a668a264c6fc69a7b613a1003e8bc [diff] |
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,