fix: sider
diff --git a/erpnext/manufacturing/doctype/bom/test_bom.py b/erpnext/manufacturing/doctype/bom/test_bom.py
index e61bb52..fe7a8f1 100644
--- a/erpnext/manufacturing/doctype/bom/test_bom.py
+++ b/erpnext/manufacturing/doctype/bom/test_bom.py
@@ -413,7 +413,7 @@
item_list = [
("_Test Item - Non Whole UOM", "Kg"),
("_Test Item - Whole UOM", "Unit"),
- ( "_Test PL BOM Item", "Unit")
+ ("_Test PL BOM Item", "Unit")
]
return [create_process_loss_bom_item(it) for it in item_list]
diff --git a/erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_manufacture.js b/erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_manufacture.js
index d74f316..285ae4f 100644
--- a/erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_manufacture.js
+++ b/erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_manufacture.js
@@ -6,10 +6,10 @@
frappe.run_serially([
() => {
return frappe.tests.make("Stock Entry", [
- {purpose:"Manufacture"},
- {from_bom:1},
- {bom_no:"BOM-_Test Item - Non Whole UOM-001"},
- {fg_completed_qty:2}
+ { purpose: "Manufacture" },
+ { from_bom: 1 },
+ { bom_no: "BOM-_Test Item - Non Whole UOM-001" },
+ { fg_completed_qty: 2 }
]);
},
() => cur_frm.save(),