style: fix alignment in test case

This commit is contained in:
kolaente 2026-02-18 23:45:57 +01:00
parent a93f6bf160
commit 302b58dac0
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},
{