perf(tests): Use country with lesser fixtures

This commit is contained in:
Aditya Hase
2019-07-26 01:09:01 +05:30
parent 8773d931be
commit d1bb274c22
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class TestProcurementTracker(unittest.TestCase):
company_name="_Test Procurement Company",
abbr="_TPC",
default_currency="INR",
country="India"
country="Pakistan"
)).insert()
warehouse = create_warehouse("_Test Procurement Warehouse", company="_Test Procurement Company")
mr = make_material_request(company="_Test Procurement Company", warehouse=warehouse)