1
0

fix(migration): import card comments from Trello when migrating

Related: https://community.vikunja.io/t/trello-import-comments-and-assignments/2174/3
This commit is contained in:
kolaente
2024-04-09 13:55:17 +02:00
parent 994aaeb920
commit bc19a2fb78
2 changed files with 45 additions and 7 deletions

View File

@ -454,7 +454,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
organizationMap := getTrelloOrganizationsWithBoards(trelloData)
for organizationID, boards := range organizationMap {
hierarchy, err := convertTrelloDataToVikunja(organizationID, boards, "")
hierarchy, err := convertTrelloDataToVikunja(organizationID, boards, "", nil)
require.NoError(t, err)
assert.NotNil(t, hierarchy)