From 10ab8ef4d9b47e431ed0d913428a65f26e1e11f2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 7 Dec 2019 17:21:37 +0100 Subject: [PATCH] Fix task collection tests --- pkg/models/task_collection_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/task_collection_test.go b/pkg/models/task_collection_test.go index effe5e5eef1..dae3cfae304 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -525,7 +525,6 @@ func TestTaskCollection_ReadAll(t *testing.T) { page: 0, }, want: []*Task{ - task2, task33, task32, task31, @@ -556,6 +555,7 @@ func TestTaskCollection_ReadAll(t *testing.T) { task4, task3, task1, + task2, }, wantErr: false, },