mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Fix CE drift (#27697)
This commit is contained in:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user