We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99eb28 commit 5e5f63cCopy full SHA for 5e5f63c
webapp/ordering/tests/test_core.py
@@ -273,7 +273,7 @@ def test_new_order_round_batch_needed(self):
273
order_rounds = create_orderround_batch()
274
self.assertTrue(len(order_rounds) > 0)
275
last_day = get_last_day_of_next_quarter()
276
- self.assertTrue(last_day < order_rounds[-1].open_for_orders.date() + timedelta(days=7))
+ self.assertTrue(last_day < order_rounds[-1].open_for_orders.date() + timedelta(days=14))
277
278
def test_no_new_order_round_batch_needed(self):
279
"""Test that no new order round batch is created when the last round is more than 30 days away."""
0 commit comments