Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
Signed-off-by: AdamKorcz <[email protected]>
  • Loading branch information
AdamKorcz committed Sep 14, 2023
1 parent c980789 commit 419820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/evaluation/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func License(name string,
findings []finding.Finding,
dl checker.DetailLogger,
) checker.CheckResult {
// We have 7 unique probes, each should have a finding.
// We have 3 unique probes, each should have a finding.
expectedProbes := []string{
hasLicenseFile.Probe,
hasApprovedLicenseFile.Probe,
Expand Down

0 comments on commit 419820f

Please sign in to comment.