diff --git a/erpnext/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py index 073888faa07..dd1ed80750b 100644 --- a/erpnext/stock/doctype/stock_entry/test_stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/test_stock_entry.py @@ -56,6 +56,9 @@ def get_sle(**args): class TestStockEntry(ERPNextTestSuite): + def setUp(self): + self.load_test_records("Stock Entry") + def tearDown(self): frappe.db.rollback() frappe.set_user("Administrator")