Skip to content

Commit 5dfd066

Browse files
committed
[IMP] Change test class from SavepointCase to TransactionCase
1 parent 8cd8cd0 commit 5dfd066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product_manufacturer/tests/test_product_manufacturer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
22

33

4-
from odoo.tests.common import SavepointCase
4+
from odoo.tests.common import TransactionCase
55

66

7-
class TestProductManufacturer(SavepointCase):
7+
class TestProductManufacturer(TransactionCase):
88
@classmethod
99
def setUpClass(cls):
1010
super().setUpClass()

0 commit comments

Comments
 (0)