Skip to content

Commit

Permalink
Fixed the failing tests.
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Sep 9, 2022
1 parent 3a5346e commit 31433f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions options/options_test.go
Expand Up @@ -20,7 +20,6 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/ossf/scorecard/v4/checks"
"github.com/ossf/scorecard/v4/options"
)

Expand Down Expand Up @@ -137,7 +136,6 @@ func TestNew(t *testing.T) {
Commit: options.DefaultCommit,
LogLevel: options.DefaultLogLevel,
Repo: testRepo,
ChecksToRun: []string{checks.CheckBranchProtection},
ShowDetails: true,
},
wantErr: false,
Expand Down

0 comments on commit 31433f3

Please sign in to comment.