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
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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