Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jun 21, 2021
1 parent c9022cb commit 8213030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/validator/fullaudit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestGetTemplateData(t *testing.T) {
score := uint(0)

var actualAudit AuditData
actualAudit, err = RunAudit(c, resources, false)
actualAudit, err = RunAudit(c, resources)
assert.Equal(t, err, nil, "error should be nil")
assert.Equal(t, score, actualAudit.Score, "")
assert.EqualValues(t, sum, actualAudit.GetSummary())
Expand Down
1 change: 0 additions & 1 deletion pkg/validator/summary.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package validator

import (
"fmt"
"sort"
"strings"

Expand Down

0 comments on commit 8213030

Please sign in to comment.