diff --git a/erpnext/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py index 967d473a030..e43af88d0f7 100644 --- a/erpnext/stock/doctype/stock_entry/test_stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/test_stock_entry.py @@ -57,6 +57,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")