mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
chore: linting
This commit is contained in:
@@ -1399,9 +1399,7 @@ class TestProductionPlan(FrappeTestCase):
|
|||||||
stock_warehouse = create_warehouse("Stock Warehouse", company="_Test Company")
|
stock_warehouse = create_warehouse("Stock Warehouse", company="_Test Company")
|
||||||
plan.for_warehouse = stock_warehouse
|
plan.for_warehouse = stock_warehouse
|
||||||
|
|
||||||
items = get_items_for_material_requests(
|
items = get_items_for_material_requests(plan.as_dict(), warehouses=[])
|
||||||
plan.as_dict(), warehouses=[]
|
|
||||||
)
|
|
||||||
|
|
||||||
for row in items:
|
for row in items:
|
||||||
self.assertEqual(row["quantity"], test_qtys[row["item_code"]] * 3)
|
self.assertEqual(row["quantity"], test_qtys[row["item_code"]] * 3)
|
||||||
|
|||||||
Reference in New Issue
Block a user