mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
fix: flaky local test
This commit is contained in:
@@ -1420,7 +1420,7 @@ class TestPickList(IntegrationTestCase):
|
|||||||
stock_entry.cancel()
|
stock_entry.cancel()
|
||||||
|
|
||||||
def test_packed_item_in_pick_list(self):
|
def test_packed_item_in_pick_list(self):
|
||||||
warehouse_1 = "RJ Warehouse - _TC"
|
warehouse_1 = "_Test Warehouse - _TC"
|
||||||
warehouse_2 = "_Test Warehouse 2 - _TC"
|
warehouse_2 = "_Test Warehouse 2 - _TC"
|
||||||
item_1 = make_item(properties={"is_stock_item": 0}).name
|
item_1 = make_item(properties={"is_stock_item": 0}).name
|
||||||
item_2 = make_item().name
|
item_2 = make_item().name
|
||||||
@@ -1451,7 +1451,7 @@ class TestPickList(IntegrationTestCase):
|
|||||||
|
|
||||||
def test_packed_item_multiple_times_in_so(self):
|
def test_packed_item_multiple_times_in_so(self):
|
||||||
frappe.db.delete("Item Price")
|
frappe.db.delete("Item Price")
|
||||||
warehouse_1 = "RJ Warehouse - _TC"
|
warehouse_1 = "_Test Warehouse - _TC"
|
||||||
warehouse_2 = "_Test Warehouse 2 - _TC"
|
warehouse_2 = "_Test Warehouse 2 - _TC"
|
||||||
warehouse = "_Test Warehouse - _TC"
|
warehouse = "_Test Warehouse - _TC"
|
||||||
item_1 = make_item(properties={"is_stock_item": 0}).name
|
item_1 = make_item(properties={"is_stock_item": 0}).name
|
||||||
|
|||||||
Reference in New Issue
Block a user