fix & run

This commit is contained in:
bkfox 2023-04-02 20:35:02 +02:00
parent 826bb149bc
commit 79f57ceda3

View File

@ -123,7 +123,7 @@ class TestSchedule:
def test_diffusions_of_month(self, sched_initials):
# TODO: test values of initial, rerun
for schedule in sched_initials:
at = schedule.start + timedelta(days=30)
at = schedule.date + timedelta(days=30)
dates = set(schedule.dates_of_month(at))
episodes, diffusions = schedule.diffusions_of_month(at)