Skip to content

Commit 32f065e

Browse files
Add comment to testhelper to make golint happy (#1154)
* chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * Add comment to make golint happy --------- Co-authored-by: Confluent Jenkins Bot <jenkins@confluent.io>
1 parent f1230c0 commit 32f065e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemaregistry/serde/testhelpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func InitFailFunc(t *testing.T) FailFunc {
4646
}
4747
}
4848

49+
// InitFailFuncBenchmark returns an initial fail function
4950
func InitFailFuncBenchmark(b *testing.B) FailFunc {
5051
tester := b
5152
return func(msg string, errors ...error) {

0 commit comments

Comments
 (0)