mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
Merge pull request #51249 from mihir-kandoi/fix-local-tests
This commit is contained in:
@@ -1420,7 +1420,7 @@ class TestPickList(IntegrationTestCase):
|
||||
stock_entry.cancel()
|
||||
|
||||
def test_packed_item_in_pick_list(self):
|
||||
warehouse_1 = "RJ Warehouse - _TC"
|
||||
warehouse_1 = "_Test Warehouse - _TC"
|
||||
warehouse_2 = "_Test Warehouse 2 - _TC"
|
||||
item_1 = make_item(properties={"is_stock_item": 0}).name
|
||||
item_2 = make_item().name
|
||||
@@ -1451,7 +1451,7 @@ class TestPickList(IntegrationTestCase):
|
||||
|
||||
def test_packed_item_multiple_times_in_so(self):
|
||||
frappe.db.delete("Item Price")
|
||||
warehouse_1 = "RJ Warehouse - _TC"
|
||||
warehouse_1 = "_Test Warehouse - _TC"
|
||||
warehouse_2 = "_Test Warehouse 2 - _TC"
|
||||
warehouse = "_Test Warehouse - _TC"
|
||||
item_1 = make_item(properties={"is_stock_item": 0}).name
|
||||
|
||||
Reference in New Issue
Block a user