mirror of https://github.com/OCA/social.git
mail_attach_existing_attachment: remove comment
Remove unnecessary line-comment in testing filepull/285/head
parent
3c75110af3
commit
af56e7238a
|
@ -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…
Reference in New Issue