mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-28 17:21:21 +02:00
Fix CE drift (#27697)
This commit is contained in:
parent
1b794a5579
commit
f55cc0b384
@ -1,22 +0,0 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
package benchhelpers
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
testinginterface "github.com/mitchellh/go-testing-interface"
|
||||
)
|
||||
|
||||
type tbWrapper struct {
|
||||
testing.TB
|
||||
}
|
||||
|
||||
func (b tbWrapper) Parallel() {
|
||||
// no-op
|
||||
}
|
||||
|
||||
func TBtoT(tb testing.TB) testinginterface.T {
|
||||
return tbWrapper{tb}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user