thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing comma in test_get_days expecteds list

gabrielhurley opened this issue · comments

See http://github.com/thauber/django-schedule/blob/master/schedule/tests/test_periods.py#L142

It causes a "TypeError: tuple object is not callable" to be raised.

It has been fixed some time ago - see current code in https://github.com/bartekgorny/django-schedule