diff --git a/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py b/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py index 3af9bf1..1216943 100644 --- a/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py +++ b/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py @@ -19,7 +19,7 @@ class TestImport(TransactionCase): }) self.env['account.journal'].create({ 'name': 'Bank Journal - (test camt)', - 'code': 'TBNKCAMT', + 'code': 'TBNKC', 'type': 'bank', 'bank_account_id': bank.id, })