Skip to content

Commit 18953fb

Browse files
committed
[FIX] partner_delivery_zone: Fix tests
1 parent 70367c3 commit 18953fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partner_delivery_zone/tests/test_partner_delivery_zone.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
33
from lxml import etree
44

5-
from odoo.tests import SavepointCase
5+
from odoo.tests import TransactionCase
66

77

8-
class TestPartnerDeliveryZone(SavepointCase):
8+
class TestPartnerDeliveryZone(TransactionCase):
99
at_install = False
1010
post_install = True
1111

0 commit comments

Comments
 (0)