mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
chore: reload asset doc before assertEqual
(cherry picked from commit 8c35a6ecdd)
This commit is contained in:
@@ -305,6 +305,7 @@ class TestAssetRepair(unittest.TestCase):
|
||||
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