mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_sepa_direct_debit: don't test payment state
PR #1276 changes the rules for the move payment state affecting this module's tests. In any case, it isn't something relevant to test for this case.
This commit is contained in:
@@ -309,8 +309,6 @@ class TestSDDBase(TransactionCase):
|
||||
)
|
||||
payment_order.generated2uploaded()
|
||||
self.assertEqual(payment_order.state, "uploaded")
|
||||
for inv in [invoice1, invoice2]:
|
||||
self.assertEqual(inv.payment_state, "paid")
|
||||
self.assertEqual(self.mandate2.recurrent_sequence_type, "recurring")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user