Skip to content

Commit

Permalink
Merge branch 'main' into logan-bobo/enable-user-impersonation
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-bobo authored Aug 8, 2024
2 parents 10227a0 + 0c46513 commit 6274230
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/test/utils/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ func (testDeps) SnapshotCoverage() {

}

func (testDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
return
}

// corpusEntry is from the public go testing which references an internal structure.
// corpusEntry is an alias to the same type as internal/fuzz.CorpusEntry.
// We use a type alias because we don't want to export this type, and we can't
Expand Down

0 comments on commit 6274230

Please sign in to comment.