Update test_work_order.py

This commit is contained in:
rohitwaghchaure
2020-10-08 11:19:41 +05:30
committed by GitHub
parent 1c826afa01
commit 5da98cce86

View File

@@ -371,7 +371,7 @@ class TestWorkOrder(unittest.TestCase):
ste1 = frappe.get_doc(make_stock_entry(wo.name, "Manufacture", 1))
self.assertEqual(len(ste1.items), 3)
def test_work_order_with_batch_size(self):
def test_operation_time_with_batch_size(self):
fg_item = "Test Batch Size Item For BOM"
rm1 = "Test Batch Size Item RM 1 For BOM"