diff --git a/pkg/models/task_collection_test.go b/pkg/models/task_collection_test.go index 178058ac7..6a8c5ebd7 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -1127,8 +1127,8 @@ func TestTaskCollection_ReadAll(t *testing.T) { fields: fields{ Filter: "reminders > '2018-09-01T00:00:00+00:00' && reminders < '2018-09-02T00:00:00+00:00'", }, - args: defaultArgs, - want: []*Task{}, + args: defaultArgs, + want: []*Task{}, wantErr: false, }, {