mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 23:18:02 +00:00
fix: tests
- specify sorting order in employee exits query - rollback after work order tests
This commit is contained in:
@@ -29,6 +29,9 @@ class TestWorkOrder(ERPNextTestCase):
|
||||
self.warehouse = '_Test Warehouse 2 - _TC'
|
||||
self.item = '_Test Item'
|
||||
|
||||
def tearDown(self):
|
||||
frappe.db.rollback()
|
||||
|
||||
def check_planned_qty(self):
|
||||
|
||||
planned0 = frappe.db.get_value("Bin", {"item_code": "_Test FG Item",
|
||||
|
||||
Reference in New Issue
Block a user