refactor: avoid name clash

This commit is contained in:
ruthra kumar
2025-08-28 17:21:18 +05:30
parent 9dd6cf2cb7
commit 607f0789cc

View File

@@ -239,7 +239,7 @@ class ERPNextTestSuite(unittest.TestCase):
cls.make_item_attribute()
cls.make_asset_maintenance_team()
cls.make_asset_category()
cls.make_item()
cls._make_item()
cls.make_location()
cls.make_price_list()
cls.make_shareholder()
@@ -1653,7 +1653,7 @@ class ERPNextTestSuite(unittest.TestCase):
)
@classmethod
def make_item(cls):
def _make_item(cls):
records = [
{
"description": "_Test Item 1",