commit | d1bb274c22836202bb6aef67ff9a512f4e40e866 | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Fri Jul 26 01:09:01 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Fri Jul 26 05:54:04 2019 +0530 |
tree | 29b1fa34f74286527ad75e74194f429591b00926 | |
parent | 8773d931be206dc702d3b56e3aabc5a5d1ef63f4 [diff] |
perf(tests): Use country with lesser fixtures
diff --git a/erpnext/buying/report/procurement_tracker/test_procurement_tracker.py b/erpnext/buying/report/procurement_tracker/test_procurement_tracker.py index 4a13f38..bebf0cc 100644 --- a/erpnext/buying/report/procurement_tracker/test_procurement_tracker.py +++ b/erpnext/buying/report/procurement_tracker/test_procurement_tracker.py
@@ -30,7 +30,7 @@ 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)
diff --git a/erpnext/hr/doctype/staffing_plan/test_staffing_plan.py b/erpnext/hr/doctype/staffing_plan/test_staffing_plan.py index 4a0ce18..9ba6d5e 100644 --- a/erpnext/hr/doctype/staffing_plan/test_staffing_plan.py +++ b/erpnext/hr/doctype/staffing_plan/test_staffing_plan.py
@@ -92,5 +92,5 @@ company.abbr = "_TC10" company.parent_company = "_Test Company" company.default_currency = "INR" - company.country = "India" + company.country = "Pakistan" company.insert() \ No newline at end of file