Commit 80301cb9 authored by Jérome Perrin's avatar Jérome Perrin

Fix syntax error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22064 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc66922f
......@@ -502,8 +502,7 @@ class TestTransactionValidation(AccountingTestCase):
destination_value=self.account_module.receivable,
destination_asset_credit=38.99,
source_credit=500)))
# This is not balanced
but there are no accounts on destination
# This is not balanced but there are no accounts on destination
self.assertRaises(ValidationFailed,
self.portal.portal_workflow.doActionFor,
transaction, 'stop_action')
......
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