Skip to content

Commit

Permalink
Merge PR #546 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 10, 2023
2 parents a1a5c7e + a98d35a commit 561ce10
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 561ce10

Please sign in to comment.