mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
fix: test cases
This commit is contained in:
@@ -591,6 +591,7 @@ class TestMaterialRequest(FrappeTestCase):
|
||||
mr.material_request_type = "Material Issue"
|
||||
mr.submit()
|
||||
|
||||
self.assertTrue(frappe.db.exists("Material Request", mr.name))
|
||||
# testing bin value after material request is submitted
|
||||
self.assertEqual(_get_requested_qty(), existing_requested_qty - 54.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user