From 41b630759cff7c1292c12b306f2dbd95715fb439 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 1 Sep 2018 18:37:07 +0530 Subject: [PATCH] fixed type --- erpnext/tests/test_woocommerce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/tests/test_woocommerce.py b/erpnext/tests/test_woocommerce.py index d5e54c479b..0347e953f4 100644 --- a/erpnext/tests/test_woocommerce.py +++ b/erpnext/tests/test_woocommerce.py @@ -2,7 +2,7 @@ import unittest, frappe, requests, os, time, erpnext 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"