Fix task collection tests

This commit is contained in:
kolaente 2019-12-07 17:21:37 +01:00
parent d483fe8beb
commit 10ab8ef4d9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,6 @@ func TestTaskCollection_ReadAll(t *testing.T) {
page: 0, page: 0,
}, },
want: []*Task{ want: []*Task{
task2,
task33, task33,
task32, task32,
task31, task31,
@ -556,6 +555,7 @@ func TestTaskCollection_ReadAll(t *testing.T) {
task4, task4,
task3, task3,
task1, task1,
task2,
}, },
wantErr: false, wantErr: false,
}, },