1
0

chore(filter): cleanup

This commit is contained in:
kolaente
2023-11-21 19:40:13 +01:00
parent 3ea81db836
commit 9d3fb6f81d
4 changed files with 2 additions and 41 deletions

View File

@ -677,12 +677,8 @@ func TestTaskCollection_ReadAll(t *testing.T) {
SortBy []string // Is a string, since this is the place where a query string comes from the user
OrderBy []string
FilterBy []string
FilterValue []string
FilterComparator []string
FilterIncludeNulls bool
Filter string
Filter string
CRUDable web.CRUDable
Rights web.Rights
@ -1392,9 +1388,6 @@ func TestTaskCollection_ReadAll(t *testing.T) {
SortBy: tt.fields.SortBy,
OrderBy: tt.fields.OrderBy,
FilterBy: tt.fields.FilterBy,
FilterValue: tt.fields.FilterValue,
FilterComparator: tt.fields.FilterComparator,
FilterIncludeNulls: tt.fields.FilterIncludeNulls,
Filter: tt.fields.Filter,