Commit b3883861 authored by Vincent Pelletier's avatar Vincent Pelletier

Ooops, this function takes a mandatory argument.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13420 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d55c8efd
...@@ -179,7 +179,7 @@ class TestERP5BankingCheckPaymentMixin: ...@@ -179,7 +179,7 @@ class TestERP5BankingCheckPaymentMixin:
reference='54', reference='54',
checkbook=self.checkbook_1) checkbook=self.checkbook_1)
self.non_existant_check_reference = '55' self.non_existant_check_reference = '55'
self.createCheckbookModel() self.createCheckbookModel(id='checkbook_model')
def stepCheckObjects(self, sequence=None, sequence_list=None, **kwd): def stepCheckObjects(self, sequence=None, sequence_list=None, **kwd):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment