chore(test): use existing company for unit test
diff --git a/erpnext/controllers/tests/test_accounts_controller.py b/erpnext/controllers/tests/test_accounts_controller.py
index acda12b..8e5f813 100644
--- a/erpnext/controllers/tests/test_accounts_controller.py
+++ b/erpnext/controllers/tests/test_accounts_controller.py
@@ -68,8 +68,8 @@
frappe.db.rollback()
def create_company(self):
- company_name = "_Test Company MC"
- self.company_abbr = abbr = "_CM"
+ company_name = "_Test Company"
+ self.company_abbr = abbr = "_TC"
if frappe.db.exists("Company", company_name):
company = frappe.get_doc("Company", company_name)
else: