mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
refactor: avoid name clash
This commit is contained in:
@@ -239,7 +239,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
|||||||
cls.make_item_attribute()
|
cls.make_item_attribute()
|
||||||
cls.make_asset_maintenance_team()
|
cls.make_asset_maintenance_team()
|
||||||
cls.make_asset_category()
|
cls.make_asset_category()
|
||||||
cls.make_item()
|
cls._make_item()
|
||||||
cls.make_location()
|
cls.make_location()
|
||||||
cls.make_price_list()
|
cls.make_price_list()
|
||||||
cls.make_shareholder()
|
cls.make_shareholder()
|
||||||
@@ -1653,7 +1653,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def make_item(cls):
|
def _make_item(cls):
|
||||||
records = [
|
records = [
|
||||||
{
|
{
|
||||||
"description": "_Test Item 1",
|
"description": "_Test Item 1",
|
||||||
|
|||||||
Reference in New Issue
Block a user