Skip to content

Commit

Permalink
test: Fix helper function with linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
  • Loading branch information
gabibguti committed Sep 14, 2023
1 parent 9811f34 commit 392a782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scorecard_result_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
)

func mockScorecardResultCheck1(t *testing.T) *ScorecardResult {
t.Helper()
// Helper variables to mock Scorecard results
date, e := time.Parse(time.RFC3339, "2023-03-02T10:30:43-06:00")
t.Logf("date: %v", date)
Expand Down

0 comments on commit 392a782

Please sign in to comment.