mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Retains answers when re-adding items (closes #20)
This commit is contained in:
@@ -293,7 +293,6 @@ class CartTest(CartTestMixin, TestCase):
|
||||
self.assertEqual(objs[0].price, 23)
|
||||
self.assertGreater(objs[0].expires, now())
|
||||
|
||||
@expectedFailure
|
||||
def test_renew_questions(self):
|
||||
"""
|
||||
Currently fails. See: https://github.com/pretix/pretix/issues/20
|
||||
|
||||
Reference in New Issue
Block a user