Commit 0e706a9d authored by Luca Cristaldi's avatar Luca Cristaldi
Browse files

fix unit-test after refactoring

parent b63bd515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ Test member expulsion::
   >>> member.click('stop') #doctest: +ELLIPSIS
   Traceback (most recent call last):
        ...
   trytond.modules.association.exceptions.MemberUnpaiedFeeError: (...)
   trytond.modules.association.exceptions.MemberUnpaidFeeError: (...)
   >>> move_wiz = Wizard('account.move.cancel',[fee.move])
   >>> move_wiz.form.description = 'Cancel'
   >>> move_wiz.execute('cancel')