Skip to content

Commit

Permalink
Update auditbeat/module/file_integrity/config_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Kortschak <[email protected]>
  • Loading branch information
kruskall and efd6 authored Oct 1, 2024
1 parent b3f3c10 commit 6c92592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditbeat/module/file_integrity/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestConfigInvalid(t *testing.T) {
Unwrap() []error
})
if !ok {
t.Fatal("expected MultiError")
t.Fatal("expected slice error unwrapper")
}
assert.Len(t, merr.Unwrap(), 4)

Expand Down

0 comments on commit 6c92592

Please sign in to comment.