mail_attach_existing_attachment: remove comment

Remove unnecessary line-comment in testing file
pull/285/head
ernesto 2018-05-14 09:08:24 -04:00 committed by Holger Brunn
parent 3c75110af3
commit af56e7238a
1 changed files with 0 additions and 1 deletions

View File

@ -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',