fix(migration): remove wunderlist leftovers
This commit is contained in:
parent
55410ea73d
commit
77ad90d53e
@ -264,11 +264,11 @@ func TestTask_Update(t *testing.T) {
|
|||||||
assert.Equal(t, int64(1), task.BucketID) // Bucket should not be updated
|
assert.Equal(t, int64(1), task.BucketID) // Bucket should not be updated
|
||||||
|
|
||||||
db.AssertExists(t, "tasks", map[string]interface{}{
|
db.AssertExists(t, "tasks", map[string]interface{}{
|
||||||
"id": 28,
|
"id": 28,
|
||||||
"done": false,
|
"done": false,
|
||||||
"title": "test updated",
|
"title": "test updated",
|
||||||
"list_id": 1,
|
"project_id": 1,
|
||||||
"bucket_id": 1,
|
"bucket_id": 1,
|
||||||
}, false)
|
}, false)
|
||||||
})
|
})
|
||||||
t.Run("default bucket when moving a task between projects", func(t *testing.T) {
|
t.Run("default bucket when moving a task between projects", func(t *testing.T) {
|
||||||
|
@ -69,7 +69,6 @@ import (
|
|||||||
"code.vikunja.io/api/pkg/modules/migration/todoist"
|
"code.vikunja.io/api/pkg/modules/migration/todoist"
|
||||||
"code.vikunja.io/api/pkg/modules/migration/trello"
|
"code.vikunja.io/api/pkg/modules/migration/trello"
|
||||||
vikunja_file "code.vikunja.io/api/pkg/modules/migration/vikunja-file"
|
vikunja_file "code.vikunja.io/api/pkg/modules/migration/vikunja-file"
|
||||||
"code.vikunja.io/api/pkg/modules/migration/wunderlist"
|
|
||||||
apiv1 "code.vikunja.io/api/pkg/routes/api/v1"
|
apiv1 "code.vikunja.io/api/pkg/routes/api/v1"
|
||||||
"code.vikunja.io/api/pkg/routes/caldav"
|
"code.vikunja.io/api/pkg/routes/caldav"
|
||||||
_ "code.vikunja.io/api/pkg/swagger" // To generate swagger docs
|
_ "code.vikunja.io/api/pkg/swagger" // To generate swagger docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user