Browse Source

mail_attach_existing_attachment: remove comment

Remove unnecessary line-comment in testing file
pull/285/head
ernesto 6 years ago
committed by Holger Brunn
parent
commit
af56e7238a
  1. 1
      mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py

1
mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py

@ -30,7 +30,6 @@ class TestAttachExistingAttachment(common.TransactionCase):
def setUp(self):
super(TestAttachExistingAttachment, self).setUp()
self.partner_obj = self.env['res.partner']
# self.partner_01 = self.env.ref('base.res_partner_1')
self.partner_01 = self.env['res.partner'].create({
'name': 'Partner 1',
'email': 'partner1@example.org',

Loading…
Cancel
Save