chore: Update imports/paths for doctypes moved to erpnext setup module
diff --git a/erpnext/tests/test_exotel.py b/erpnext/tests/test_exotel.py
index 76bbb3e..1f06d33 100644
--- a/erpnext/tests/test_exotel.py
+++ b/erpnext/tests/test_exotel.py
@@ -2,7 +2,7 @@
 from frappe.contacts.doctype.contact.test_contact import create_contact
 from frappe.tests.test_api import FrappeAPITestCase
 
-from erpnext.hr.doctype.employee.test_employee import make_employee
+from employee.setup.doctype.employee.test_employee import make_employee
 
 
 class TestExotel(FrappeAPITestCase):