mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
refactor(test): make uae vat audit deterministic
This commit is contained in:
@@ -991,7 +991,14 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
"country": "United Arab Emirates",
|
||||
"default_currency": "AED",
|
||||
"doctype": "Company",
|
||||
"domain": "Manufacturing",
|
||||
"create_chart_of_accounts_based_on": "Standard Template",
|
||||
},
|
||||
{
|
||||
"abbr": "_TCSV",
|
||||
"company_name": "_Test Company SA VAT",
|
||||
"country": "South Africa",
|
||||
"default_currency": "ZAR",
|
||||
"doctype": "Company",
|
||||
"create_chart_of_accounts_based_on": "Standard Template",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user