mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
refactor(test): make asset repair deterministic
This commit is contained in:
@@ -2260,6 +2260,14 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
"is_grouped_asset": 0,
|
||||
"asset_naming_series": "ACC-ASS-.YYYY.-",
|
||||
},
|
||||
{
|
||||
"doctype": "Item",
|
||||
"item_code": "_Test Stock Item",
|
||||
"item_name": "Test Stock Item",
|
||||
"is_stock_item": 1,
|
||||
"item_group": "All Item Groups",
|
||||
"stock_uom": "Nos",
|
||||
},
|
||||
]
|
||||
cls.item = []
|
||||
for x in records:
|
||||
|
||||
Reference in New Issue
Block a user