Skip to content

Commit

Permalink
[FIX] Update deprecated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Rogos authored and carolinafernandez-tecnativa committed Oct 9, 2023
1 parent 5d38658 commit ced392a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sale_payment_sheet/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Sale payment sheet",
"summary": "Allow to create invoice payments to commercial users without "
"accounting permissions",
"version": "15.0.1.1.0",
"version": "15.0.1.1.1",
"development_status": "Beta",
"category": "Account",
"website": "https://github.com/OCA/sale-workflow",
Expand Down
4 changes: 2 additions & 2 deletions sale_payment_sheet/tests/test_sale_payment_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from freezegun import freeze_time

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


@freeze_time("2021-01-01 09:30:00")
class TestSaleInvoicePayment(SavepointCase):
class TestSaleInvoicePayment(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit ced392a

Please sign in to comment.