Commit 22471d7c authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: test: fixup

parent 611824e9
...@@ -328,7 +328,7 @@ class TestSlapOSAccounting(SlapOSTestCaseMixin): ...@@ -328,7 +328,7 @@ class TestSlapOSAccounting(SlapOSTestCaseMixin):
batch_mode=1 batch_mode=1
) )
self.tic() self.tic()
self.assertEqual("Cancelled", invoice.AccountingTransaction_getPaymentState()) self.assertEqual("Paid", invoice.AccountingTransaction_getPaymentState())
self.assertEqual(0, invoice.getTotalPrice() + reversal.getTotalPrice()) self.assertEqual(0, invoice.getTotalPrice() + reversal.getTotalPrice())
def test_AccountingTransaction_getPaymentState_payzen_free_payment(self): def test_AccountingTransaction_getPaymentState_payzen_free_payment(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment