Skip to content

Commit

Permalink
Update account_payment_return/tests/test_payment_return.py
Browse files Browse the repository at this point in the history
Co-authored-by: Víctor Martínez <victoralmau@users.noreply.github.com>
  • Loading branch information
ChrisOForgeFlow and victoralmau authored Nov 28, 2022
1 parent 1e1c6f0 commit 49eb1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_payment_return/tests/test_payment_return.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import json

from odoo.exceptions import UserError, ValidationError
from odoo.tests.common import Form, SavepointCase
from odoo.tests.common import Form, TransactionCase


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

0 comments on commit 49eb1de

Please sign in to comment.