diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py index 172dcc912f0e0f678d067f21b8d1ad9b98ff45ac..9919de8e9c5c57b038fec902c1f4b707039515a0 100644 --- a/product/ERP5/tests/testAccounting.py +++ b/product/ERP5/tests/testAccounting.py @@ -816,7 +816,7 @@ class TestTransactionValidation(AccountingTestCase): start_date=DateTime('2007/01/02'), destination_section_value=self.organisation_module.client_1, lines=(dict(source_value=self.account_module.payable, - source_debit=500,) + source_debit=500), dict(source_value=self.account_module.receivable, source_debit=-500, cancellation_amount=True