fix: failing test case

(cherry picked from commit 7d3bec8ef8)
This commit is contained in:
Khushi Rawat
2025-06-05 13:05:14 +05:30
committed by Mergify
parent 1c3ac9c1fd
commit bde63ed0e5

View File

@@ -88,7 +88,7 @@ class TestAssetMovement(unittest.TestCase):
)
# after issuing, asset should belong to an employee not at a location
self.assertEqual(frappe.db.get_value("Asset", asset.name, "location"), None)
self.assertEqual(frappe.db.get_value("Asset", asset.name, "location"), "Test Location 2")
self.assertEqual(frappe.db.get_value("Asset", asset.name, "custodian"), employee)
create_asset_movement(