refactor: use cls.globalTestRecords instead of declaring test_records
This commit is contained in:
@@ -5,7 +5,7 @@ from frappe.tests import IntegrationTestCase
|
||||
|
||||
from erpnext import encode_company_abbr
|
||||
|
||||
test_records = frappe.get_test_records("Company")
|
||||
EXTRA_TEST_RECORD_DEPENDENCIES = ["Company"]
|
||||
|
||||
|
||||
class TestInit(IntegrationTestCase):
|
||||
|
||||
Reference in New Issue
Block a user