Skip to content

Commit

Permalink
[FIX] edi_exchange_template_oca: Change SavepointCase to TransactionCase
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau authored and john-herholz-dt committed Jun 28, 2024
1 parent 62c430a commit f102596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edi_exchange_template_oca/tests/test_nswrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2022 Camptocamp SA
# @author Simone Orsi <[email protected]>
# 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
Expand Down Expand Up @@ -42,7 +42,7 @@
"""


class TestNSWrapper(SavepointCase):
class TestNSWrapper(TransactionCase):
maxDiff = None

def test_purge1(self):
Expand Down

0 comments on commit f102596

Please sign in to comment.