mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
refactor(test): incorrect fieldname for abbrevation
This commit is contained in:
@@ -881,7 +881,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
|||||||
"full_name": "Test User",
|
"full_name": "Test User",
|
||||||
"company_name": "Wind Power LLC",
|
"company_name": "Wind Power LLC",
|
||||||
"timezone": "America/New_York",
|
"timezone": "America/New_York",
|
||||||
"company_abbr": "WP",
|
"abbr": "WP",
|
||||||
"industry": "Manufacturing",
|
"industry": "Manufacturing",
|
||||||
"country": "United States",
|
"country": "United States",
|
||||||
# "fy_start_date": f"{current_year}-01-01",
|
# "fy_start_date": f"{current_year}-01-01",
|
||||||
|
|||||||
Reference in New Issue
Block a user