fix: failing test case

This commit is contained in:
Khushi Rawat
2025-06-05 13:05:14 +05:30
parent 7e52cb2856
commit 7d3bec8ef8

View File

@@ -88,7 +88,7 @@ class TestAssetMovement(IntegrationTestCase):
)
# 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(