open-vault/vault/seal_testing_util.go

10 lines
175 B
Go
Raw Normal View History

2018-09-18 03:03:00 +00:00
// +build !enterprise
package vault
import testing "github.com/mitchellh/go-testing-interface"
2018-09-18 03:03:00 +00:00
func NewTestSeal(testing.T, *TestSealOpts) Seal {
return NewDefaultSeal()
}