fix: correct value in test

This commit is contained in:
18alantom 2021-08-24 20:18:53 +05:30
parent aff9aee29c
commit 95a2565d86

View File

@ -752,7 +752,7 @@ class TestWorkOrder(unittest.TestCase):
)
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):