diff --git a/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py b/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py index 8bd106f..befc77e 100644 --- a/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py +++ b/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py @@ -52,7 +52,7 @@ class TestPaypalFile(common.SavepointCase): statement = staments_now - old_statements self.assertEqual(len(statement.line_ids), 3) self.assertEqual(len(statement.mapped('line_ids').filtered( - lambda x: x.partner_id and x.account_id)), 1) + lambda x: x.partner_id)), 1) self.assertAlmostEqual( sum(statement.mapped('line_ids.amount')), 1489.2 )