From 80301cb9f20901cc25df4f795297b192ca71d237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 30 Jun 2008 08:28:10 +0000 Subject: [PATCH] Fix syntax error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22064 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testAccounting.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py index 6802d15331..0a32598439 100644 --- a/product/ERP5/tests/testAccounting.py +++ b/product/ERP5/tests/testAccounting.py @@ -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') -- 2.30.9