commit | 0f072d7d40ff820ebd237a02b96e81f629661854 | [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 01:11:57 2019 +0530 |
tree | ad03944a7c0c9b2431da50314deccfca63620ca9 | |
parent | 0ae786adec215f25fd60f20b11b7ff8503322eae [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