Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz committed May 28, 2024
1 parent 786351f commit b13df56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/eval/rego/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func FuzzRegoEval(f *testing.F) {

// Call the main target of this test. Ignore the return values;
// The fuzzer tests for unexpected behavior, so it is not
// important what e.Eval() returns.
// important what e.Eval() returns.
//nolint:gosec // Ignore the return values from e.Eval()
e.Eval(context.Background(), emptyPol, &engif.Result{
Object: map[string]any{
Expand Down

0 comments on commit b13df56

Please sign in to comment.