mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix: issue of CI
This commit is contained in:
@@ -879,6 +879,7 @@ class TestWorkOrder(ERPNextTestCase):
|
|||||||
wo_order = make_wo_order_test_record(planned_start_date=now(), qty=100)
|
wo_order = make_wo_order_test_record(planned_start_date=now(), qty=100)
|
||||||
ste1 = test_stock_entry.make_stock_entry(item_code="_Test Item",
|
ste1 = test_stock_entry.make_stock_entry(item_code="_Test Item",
|
||||||
target="_Test Warehouse - _TC", qty=120, basic_rate=5000.0)
|
target="_Test Warehouse - _TC", qty=120, basic_rate=5000.0)
|
||||||
|
|
||||||
ste2 = test_stock_entry.make_stock_entry(item_code="_Test Item Home Desktop 100",
|
ste2 = test_stock_entry.make_stock_entry(item_code="_Test Item Home Desktop 100",
|
||||||
target="_Test Warehouse - _TC", qty=240, basic_rate=1000.0)
|
target="_Test Warehouse - _TC", qty=240, basic_rate=1000.0)
|
||||||
|
|
||||||
@@ -896,6 +897,7 @@ class TestWorkOrder(ERPNextTestCase):
|
|||||||
for row in s.get('items'):
|
for row in s.get('items'):
|
||||||
if row.get('item_code') == '_Test Item':
|
if row.get('item_code') == '_Test Item':
|
||||||
self.assertEqual(row.get('qty'), 100)
|
self.assertEqual(row.get('qty'), 100)
|
||||||
|
|
||||||
s.submit()
|
s.submit()
|
||||||
cancel_stock_entry.append(s.name)
|
cancel_stock_entry.append(s.name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user