mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
refactor: rollback after full test
(cherry picked from commit acdb26a4bb)
This commit is contained in:
committed by
Ankush Menat
parent
89828defc5
commit
5bdb6041b9
@@ -26,6 +26,7 @@ from erpnext.tests.utils import ERPNextTestCase, change_settings
|
||||
class TestStockReconciliation(ERPNextTestCase):
|
||||
@classmethod
|
||||
def setUpClass(self):
|
||||
super().setUpClass()
|
||||
create_batch_or_serial_no_items()
|
||||
frappe.db.set_value("Stock Settings", None, "allow_negative_stock", 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user