mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix invalid tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user