[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:
David
2024-06-04 11:57:00 +02:00
parent 657d187692
commit 4781fd4f43

View File

@@ -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