From 302b58dac06fdc46023a5eba81097674a5181b8f Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Feb 2026 23:45:57 +0100 Subject: [PATCH] style: fix alignment in test case --- pkg/models/task_collection_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, {