feat(caldav): Export Labels to Caldav #1409

Merged
konrad merged 2 commits from :main into main 2023-02-27 11:22:44 +00:00
3 changed files with 31 additions and 32 deletions
Showing only changes of commit 0f33f3ad7a - Show all commits

View File

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