Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Dec 1, 2024
1 parent aaa5a26 commit 24a263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ruleengine/v1/r1011_ld_preload_hook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestR1011LdPreloadHook(t *testing.T) {
// Create a new rule
r := CreateRuleR1011LdPreloadHook() // Assert r is not nil
if r == nil {
t.Errorf("Expected r to not be nil")
t.Errorf("Expected r to not be nilllll")
}

objCache := RuleObjectCacheMock{}
Expand Down

0 comments on commit 24a263f

Please sign in to comment.