Skip to content

Commit

Permalink
Tracee kernel data filter test
Browse files Browse the repository at this point in the history
- Add MatchTypes{} in cmp.AllowUnexported
  • Loading branch information
rscampos committed Oct 18, 2024
1 parent d5a4de5 commit f82b46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/filters/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func TestDataFilterClone(t *testing.T) {
StringFilter{},
sets.PrefixSet{},
sets.SuffixSet{},
MatchTypes{},
)
opt2 := cmp.FilterPath(
func(p cmp.Path) bool {
Expand Down
1 change: 1 addition & 0 deletions pkg/policy/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestPolicyClone(t *testing.T) {
filters.BinaryFilter{},
sets.PrefixSet{},
sets.SuffixSet{},
filters.MatchTypes{},
)
opt2 := cmp.FilterPath(
func(p cmp.Path) bool {
Expand Down

0 comments on commit f82b46d

Please sign in to comment.