mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] pylint W0105(pointless-string-statement)
This commit is contained in:
@@ -164,10 +164,10 @@ class TestAccountJournalPeriodClose(common.TransactionCase):
|
||||
# issue on Odoo github : #1633
|
||||
|
||||
# I check if the exception is correctly raised
|
||||
"""self.assertRaises(orm.except_orm,
|
||||
self.registry('account.move').write,
|
||||
self.cr, self.uid, [move_id],
|
||||
{'journal_id': journal_id}, context=context)"""
|
||||
# self.assertRaises(orm.except_orm,
|
||||
# self.registry('account.move').write,
|
||||
# self.cr, self.uid, [move_id],
|
||||
# {'journal_id': journal_id}, context=context)
|
||||
|
||||
def test_draft_move_close_journal(self):
|
||||
context = {}
|
||||
|
||||
Reference in New Issue
Block a user