1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: filter model tests

This commit is contained in:
Ferdinand Mütsch
2021-12-26 18:09:05 +01:00
parent d80c1a4c4b
commit fe3ba79d54
2 changed files with 161 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ func (f *Filters) WithProjectLabels(resolve ProjectLabelReverseResolver) *Filter
return f
}
for _, l := range f.Label {
f.Project = append(f.Project, resolve(l)...)
f.WithMultiple(SummaryProject, resolve(l))
}
return f
}