fix & run
This commit is contained in:
parent
826bb149bc
commit
79f57ceda3
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user