diff --git a/edi_exchange_template_oca/tests/test_nswrapper.py b/edi_exchange_template_oca/tests/test_nswrapper.py index 4a5c87cea..2bcc0f387 100644 --- a/edi_exchange_template_oca/tests/test_nswrapper.py +++ b/edi_exchange_template_oca/tests/test_nswrapper.py @@ -1,7 +1,7 @@ # Copyright 2022 Camptocamp SA # @author Simone Orsi # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -from odoo.tests.common import SavepointCase +from odoo.tests.common import TransactionCase from odoo.tools import pycompat from ..utils import xml_purge_nswrapper @@ -42,7 +42,7 @@ """ -class TestNSWrapper(SavepointCase): +class TestNSWrapper(TransactionCase): maxDiff = None def test_purge1(self):