mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
chore: typo in setup method
This commit is contained in:
@@ -132,7 +132,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
cls.make_presets()
|
cls.make_presets()
|
||||||
cls.make_persistant_master_data()
|
cls.make_persistent_master_data()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def make_presets(cls):
|
def make_presets(cls):
|
||||||
@@ -173,7 +173,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
|||||||
frappe.db.commit()
|
frappe.db.commit()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def make_persistant_master_data(cls):
|
def make_persistent_master_data(cls):
|
||||||
cls.make_fiscal_year()
|
cls.make_fiscal_year()
|
||||||
cls.make_company()
|
cls.make_company()
|
||||||
cls.make_supplier_group()
|
cls.make_supplier_group()
|
||||||
|
|||||||
Reference in New Issue
Block a user