Fix invalid tests

This commit is contained in:
Raphael Michel
2018-09-03 16:55:04 +02:00
parent 678a936897
commit 0a2cd208b2
3 changed files with 9 additions and 3 deletions

View File

@@ -1019,7 +1019,7 @@ class OrderTestCase(BaseQuotaTestCase):
o = Order.annotate_overpayments(Order.objects.all()).first()
assert not o.is_underpaid
assert not o.is_overpaid
assert not o.is_pending_with_full_payment
assert o.is_pending_with_full_payment
assert not o.has_pending_refund
assert not o.has_external_refund