Skip to content

Commit

Permalink
Replace SavepPointCase to TransactionCase
Browse files Browse the repository at this point in the history
  • Loading branch information
santostelmo committed Dec 19, 2022
1 parent 5bdc391 commit c025550
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


class TestFetchMailServerMicrosoftOutlook(SavepointCase):
class TestFetchMailServerMicrosoftOutlook(TransactionCase):
def _create_mail_server(self):
return self.env["fetchmail.server"].create(
{
Expand Down

0 comments on commit c025550

Please sign in to comment.