fixed type
diff --git a/erpnext/tests/test_woocommerce.py b/erpnext/tests/test_woocommerce.py
index d5e54c4..0347e95 100644
--- a/erpnext/tests/test_woocommerce.py
+++ b/erpnext/tests/test_woocommerce.py
@@ -2,7 +2,7 @@
 from erpnext.erpnext_integrations.connectors.woocommerce_connection import order
 
 class TestWoocommerce(unittest.TestCase):
-	def setup(self):
+	def setUp(self):
 		if not frappe.db.exists('Company', 'Woocommerce'):
 			company = frappe.new_doc("Company")
 			company.company_name = "Woocommerce"