Skip to content

Commit

Permalink
fix: test cases
Browse files Browse the repository at this point in the history
(cherry picked from commit ddd1b4b)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Nov 2, 2022
1 parent d68fa0e commit 0feec4c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -591,6 +591,7 @@ def _get_requested_qty():
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)

Expand Down

0 comments on commit 0feec4c

Please sign in to comment.