From a14cc8e3e3ce9008eb0b42e000f4fff4741f3d40 Mon Sep 17 00:00:00 2001 From: Magno Costa Date: Fri, 28 May 2021 12:24:28 -0300 Subject: [PATCH] [FIX] Test class definition. --- l10n_br_account_payment_order/tests/test_payment_mode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_br_account_payment_order/tests/test_payment_mode.py b/l10n_br_account_payment_order/tests/test_payment_mode.py index 64d384c41c07..749304328be5 100644 --- a/l10n_br_account_payment_order/tests/test_payment_mode.py +++ b/l10n_br_account_payment_order/tests/test_payment_mode.py @@ -4,11 +4,11 @@ import unittest -from odoo.tests import TransactionCase +from odoo.tests import SavepointCase from odoo.exceptions import ValidationError -class TestPaymentMode(TransactionCase): +class TestPaymentMode(SavepointCase): @classmethod def setUpClass(cls):