mirror of https://github.com/zulip/zulip.git
31a0aa2a83
Earlier, at few places in test_stripe we were doing incorrect time travel. For example: A plan was invoiced till self.next_year & while checking the billing page, we were using the self.now datetime. To correctly check the billing page state after plan is invoiced, we should use a datetime greater than or equal to the time at which plan was invoiced. This commit fixes such logically incorrect time-travel. |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
tests | ||
views | ||
__init__.py | ||
models.py | ||
urls.py |