Browse Source

[FIX] Removed unneeded (and malformed) comment line.

pull/15/head
Ronald Portier (Therp BV) 10 years ago
parent
commit
24f51b8256
  1. 1
      account_bank_statement_import/tests/test_import_file.py

1
account_bank_statement_import/tests/test_import_file.py

@ -113,7 +113,6 @@ class TestStatementFile(TransactionCase):
'Statement %s not found after parse.' % statement_name
)
statement_obj = ids[0]
#statement_obj = statement_model.browse(statement_id)
if start_balance:
self.assertTrue(
abs(statement_obj.balance_start - start_balance) < 0.00001,

Loading…
Cancel
Save