diff --git a/intrastat_base/tests/intrastat_base_tests.py b/intrastat_base/tests/intrastat_base_tests.py index 778b427..7787c28 100644 --- a/intrastat_base/tests/intrastat_base_tests.py +++ b/intrastat_base/tests/intrastat_base_tests.py @@ -5,9 +5,6 @@ from openerp.tests.common import TransactionCase class TestIntrastatBase(TransactionCase): """Tests for this module""" - def setUp(self): - super(TestIntrastatBase, self).setUp() - def test_10_countries(self): # check if only EU countries have the 'intrastat' bit set denmark = self.env.ref('base.dk')