Browse Source

[CHG] Use common.TransactionCase

pull/39/head
Jonathan Nemry (ACSONE) 9 years ago
parent
commit
0fad45aeef
  1. 4
      mail_footer_notified_partners/tests/test_mail_notification.py

4
mail_footer_notified_partners/tests/test_mail_notification.py

@ -2,10 +2,10 @@
# © 2016 ACSONE SA/NV <https://acsone.eu>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from anybox.testing.openerp import SharedSetupTransactionCase
import openerp.tests.common as common
class TestMailNotification(SharedSetupTransactionCase):
class TestMailNotification(common.TransactionCase):
def setUp(self):
super(TestMailNotification, self).setUp()

Loading…
Cancel
Save