chore: typo in setup method

This commit is contained in:
ruthra kumar
2025-06-20 11:32:14 +05:30
parent 01f2d3699e
commit 1e13426715

View File

@@ -132,7 +132,7 @@ class ERPNextTestSuite(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.make_presets()
cls.make_persistant_master_data()
cls.make_persistent_master_data()
@classmethod
def make_presets(cls):
@@ -173,7 +173,7 @@ class ERPNextTestSuite(unittest.TestCase):
frappe.db.commit()
@classmethod
def make_persistant_master_data(cls):
def make_persistent_master_data(cls):
cls.make_fiscal_year()
cls.make_company()
cls.make_supplier_group()