test: set country to India before running regional tests
diff --git a/erpnext/regional/india/utils.py b/erpnext/regional/india/utils.py
index 5bbd686..ee48ccb 100644
--- a/erpnext/regional/india/utils.py
+++ b/erpnext/regional/india/utils.py
@@ -369,6 +369,7 @@
 	basic_component, hra_component = frappe.db.get_value(
 		"Company", doc.company, ["basic_component", "hra_component"]
 	)
+
 	if not (basic_component and hra_component):
 		frappe.throw(
 			_("Please set Basic and HRA component in Company {0}").format(