test(aa): improve some internal unit test.
Thanks to the last changes...
This commit is contained in:
parent
a0b5362589
commit
de73c9b706
3 changed files with 25 additions and 28 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue