Skip to content

Commit 24a263f

Browse files
committed
test
Signed-off-by: Amit Schendel <[email protected]>
1 parent aaa5a26 commit 24a263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ruleengine/v1/r1011_ld_preload_hook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func TestR1011LdPreloadHook(t *testing.T) {
1616
// Create a new rule
1717
r := CreateRuleR1011LdPreloadHook() // Assert r is not nil
1818
if r == nil {
19-
t.Errorf("Expected r to not be nil")
19+
t.Errorf("Expected r to not be nilllll")
2020
}
2121

2222
objCache := RuleObjectCacheMock{}

0 commit comments

Comments
 (0)