Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure committed Jun 20, 2023
1 parent 50a8907 commit 4af0a9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,7 @@ def test_make_serial_no_batch_from_work_order_for_serial_no(self):
filters={"item_code": item_code, "work_order": wo_order.name},
)

serial_nos = [d.name for d in serial_nos]
self.assertEqual(len(serial_nos), 5)

stock_entry = frappe.get_doc(make_stock_entry(wo_order.name, "Manufacture", 5))
Expand Down

0 comments on commit 4af0a9b

Please sign in to comment.