Don't add a subtask to the top level of tasks to not add it twice in the list

This commit is contained in:
kolaente 2020-08-17 22:30:24 +02:00
parent 28fd0e91ee
commit c517a87b85
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 12 additions and 7 deletions

View file

@ -413,13 +413,6 @@ func TestConvertTodoistToVikunja(t *testing.T) {
},
},
},
{
Title: "Task with parent",
Done: false,
Priority: 2,
Created: time1,
DoneAt: nilTime,
},
{
Title: "Task400000106",
Done: true,