Skip to content

Commit

Permalink
[FIX] partner_delivery_zone: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau committed Oct 11, 2022
1 parent 5ac6507 commit c9deea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partner_delivery_zone/tests/test_partner_delivery_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from lxml import etree

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


class TestPartnerDeliveryZone(SavepointCase):
class TestPartnerDeliveryZone(TransactionCase):
at_install = False
post_install = True

Expand Down

0 comments on commit c9deea9

Please sign in to comment.