feat(caldav): Export Labels to Caldav
All checks were successful
continuous-integration/drone/pr Build is passing

Relates to vikunja/api#1274
This commit is contained in:
cernst 2023-02-25 23:03:29 +01:00
parent cd9850e757
commit 0f33f3ad7a
3 changed files with 31 additions and 32 deletions

View File

@ -100,7 +100,7 @@ END:VCALENDAR`,
} }
} }
func TestFormatTaskAsVTODO(t *testing.T) { func TestGetCaldavTodosForTasks(t *testing.T) {
type args struct { type args struct {
list *models.ListWithTasksAndBuckets list *models.ListWithTasksAndBuckets
tasks []*models.TaskWithComments tasks []*models.TaskWithComments
@ -142,7 +142,6 @@ func TestFormatTaskAsVTODO(t *testing.T) {
Title: "label2", Title: "label2",
}, },
}, },
}, },
}, },
}, },