mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 21:52:21 +01:00
refactor: avoid name clash
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user