perf(tests): Use country with lesser fixtures

This commit is contained in:
Aditya Hase
2019-07-26 01:09:01 +05:30
parent 503d1d3291
commit 4fbf03c760

View File

@@ -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()