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

@ -81,9 +81,7 @@ func TestBucket_ReadAll(t *testing.T) {
b := &Bucket{
ProjectID: 1,
TaskCollection: TaskCollection{
FilterBy: []string{"title"},
FilterComparator: []string{"like"},
FilterValue: []string{"done"},
Filter: "title ~ 'done'",
},
}
bucketsInterface, _, _, err := b.ReadAll(s, testuser, "", -1, 0)