test(aa): improve some internal unit test.

Thanks to the last changes...
This commit is contained in:
Alexandre Pujol 2024-04-23 21:38:52 +01:00
parent a0b5362589
commit de73c9b706
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 25 additions and 28 deletions

View file

@ -193,13 +193,13 @@ func TestRule_Less(t *testing.T) {
name: "signal",
rule: signal1,
other: signal2,
want: true,
want: false,
},
{
name: "ptrace/less",
rule: ptrace1,
other: ptrace2,
want: true,
want: false,
},
{
name: "ptrace/more",