mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-30 01:22:18 +02:00
perf(tests): Use country with lesser fixtures
This commit is contained in:
@@ -92,5 +92,5 @@ def make_company():
|
||||
company.abbr = "_TC10"
|
||||
company.parent_company = "_Test Company"
|
||||
company.default_currency = "INR"
|
||||
company.country = "India"
|
||||
company.country = "Pakistan"
|
||||
company.insert()
|
||||
|
||||
Reference in New Issue
Block a user