fix: tests

This commit is contained in:
pateljannat 2020-12-16 18:29:49 +05:30
parent d44f45c57b
commit 2528d5ee15

View File

@ -104,7 +104,7 @@ def create_task(subject, start=None, end=None, depends_on=None, project=None, pa
task.subject = subject
task.exp_start_date = start or nowdate()
task.exp_end_date = end or nowdate()
task.project = project
task.project = project or "_Test Project"
task.is_template = is_template
task.start = begin
task.duration = duration