1
0

fix(filter): assignee search by partial username test

This commit is contained in:
kolaente 2023-08-29 11:40:53 +02:00
parent 29317b980e
commit 02184663e5
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -1076,7 +1076,7 @@ func TestTaskCollection_ReadAll(t *testing.T) {
}, },
args: defaultArgs, args: defaultArgs,
want: []*Task{}, want: []*Task{},
wantErr: true, wantErr: false,
}, },
{ {
name: "filter assignees in by id", name: "filter assignees in by id",