From 02184663e551b62d50a7ab5fdce3bb5a01931a81 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 29 Aug 2023 11:40:53 +0200 Subject: [PATCH] fix(filter): assignee search by partial username test --- pkg/models/task_collection_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/task_collection_test.go b/pkg/models/task_collection_test.go index 5da5631c7d1..822666f47c4 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -1076,7 +1076,7 @@ func TestTaskCollection_ReadAll(t *testing.T) { }, args: defaultArgs, want: []*Task{}, - wantErr: true, + wantErr: false, }, { name: "filter assignees in by id",