mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 05:32:46 +01:00
chore: typo
This commit is contained in:
@@ -14,7 +14,7 @@ from frappe.utils.nestedset import (
|
||||
from erpnext.tests.utils import ERPNextTestSuite
|
||||
|
||||
|
||||
class TestItem(ERPNextTestSuite):
|
||||
class TestItemGroup(ERPNextTestSuite):
|
||||
def setUp(self):
|
||||
self.load_test_records("Item Group")
|
||||
|
||||
|
||||
@@ -887,7 +887,7 @@ class TestItem(ERPNextTestSuite):
|
||||
item.reload()
|
||||
self.assertEqual(item.is_stock_item, 1)
|
||||
|
||||
def test_serach_fields_for_item(self):
|
||||
def test_search_fields_for_item(self):
|
||||
from erpnext.controllers.queries import item_query
|
||||
|
||||
make_property_setter("Item", None, "search_fields", "item_name", "Data", for_doctype="Doctype")
|
||||
|
||||
Reference in New Issue
Block a user