mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +00:00
chore: reload asset doc before assertEqual
This commit is contained in:
@@ -329,6 +329,7 @@ class TestAssetRepair(IntegrationTestCase):
|
||||
asset_repair = create_asset_repair(
|
||||
asset=asset, capitalize_repair_cost=1, item="_Test Non Stock Item", submit=1
|
||||
)
|
||||
asset.reload()
|
||||
|
||||
GLEntry = qb.DocType("GL Entry")
|
||||
res = (
|
||||
|
||||
Reference in New Issue
Block a user