Skip to content

Commit

Permalink
[FIX] test script savepointcase to transactioncase
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed May 12, 2023
1 parent c71d036 commit a98d35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analytic_tag_dimension/tests/test_analytic_dimension.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.exceptions import ValidationError
from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase

from ..hooks import uninstall_hook


class TestAnalyticDimensionBase(SavepointCase):
class TestAnalyticDimensionBase(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit a98d35a

Please sign in to comment.