mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix failing test
This commit is contained in:
@@ -3435,7 +3435,6 @@ class CartAddonTest(CartTestMixin, TestCase):
|
||||
)
|
||||
self.ticket.default_price = Decimal("25.00")
|
||||
self.ticket.save()
|
||||
self.cm.extend_expired_positions()
|
||||
self.cm.commit()
|
||||
cp1.refresh_from_db()
|
||||
assert cp1.expires > now()
|
||||
|
||||
Reference in New Issue
Block a user