fix: typo in test controller boilerplate

This commit is contained in:
Hussain Nagaria 2024-12-21 13:13:22 +05:30
parent f243aa1942
commit 673269fdcf

View file

@ -6,7 +6,7 @@ from frappe.tests import IntegrationTestCase, UnitTestCase
# On IntegrationTestCase, the doctype test records and all
# link-field test record depdendencies are recursively loaded
# link-field test record dependencies are recursively loaded
# Use these module variables to add/remove to/from that list
EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]