Skip to content

Commit

Permalink
[FIX] Test class defination.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcosta committed May 28, 2021
1 parent 05908e3 commit a30e40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_br_account_payment_order/tests/test_payment_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a30e40b

Please sign in to comment.