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

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",