fix: correct value in test
diff --git a/erpnext/manufacturing/doctype/work_order/test_work_order.py b/erpnext/manufacturing/doctype/work_order/test_work_order.py
index a00520f..3a334a5 100644
--- a/erpnext/manufacturing/doctype/work_order/test_work_order.py
+++ b/erpnext/manufacturing/doctype/work_order/test_work_order.py
@@ -752,7 +752,7 @@
 		)
 		self.assertEqual(
 			frappe.db.get_value("Work Order", wo.name, "process_loss_qty"),
-			actual_fg_qty
+			total_pl_qty
 		)
 
 def get_scrap_item_details(bom_no):