Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky
test_daterange_duration_days_end_oolb_minute
Test was failing to raise expected error when intended start did not fall prior to the start limit as a result of the prior session closing early and the start evaluated by the drg falling on a non-trading minute after the close and then being reasonably advanced to the start limit, hence the expected `StartTooEarlyError` wasn't raised. Fixed by adding a day to the `days` in these circumstances only.
- Loading branch information