1
0

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
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,