Skip to content

Commit

Permalink
Update libbeat/common/capabilities/capabilities_linux_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Kortschak <[email protected]>
  • Loading branch information
haesbaert and efd6 authored Dec 20, 2023
1 parent 62ade13 commit 4e33d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/common/capabilities/capabilities_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ func assertHasCap(t *testing.T, sl []string, s string) {
}
}

assert.Equal(t, found, 1)
assert.Equal(t, found, 1, s)
}

0 comments on commit 4e33d51

Please sign in to comment.