Add trello migration #734

Merged
konrad merged 20 commits from feature/migrate-trello into master 2020-12-17 13:44:06 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 87d8f1cfc0 - Show all commits

View File

@ -17,6 +17,7 @@
package trello
import (
"bytes"
"io/ioutil"
"testing"
"time"
@ -193,8 +194,9 @@ func TestConvertTrelloToVikunja(t *testing.T) {
},
Lists: []*models.List{
{
Title: "TestBoard",
Description: "This is a description",
Title: "TestBoard",
Description: "This is a description",
BackgroundInformation: bytes.NewBuffer(exampleFile),
Buckets: []*models.Bucket{
{
ID: 1,