1
0

fix(migration): make sure trello checklists are properly imported

This commit is contained in:
kolaente
2023-02-24 12:13:18 +01:00
parent ca6d1946da
commit 168287923f
2 changed files with 20 additions and 2 deletions

View File

@ -86,7 +86,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
Name: "Pending Task",
},
{
State: "completed",
State: "complete",
Name: "Completed Task",
},
},