Sign in
third-party-mirror
/
hashicorp
/
vault
/
207cf1a6dd87aaf17739c72eeeef099f0e1cbae6
/
.
/
v1.14.6
/
sdk
/
plugin
/
mock
/
backend_test.go
blob: 640eec11643dfbdf07328317ad56b687c981b21e [
file
] [
log
] [
blame
]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package mock
import (
"testing"
"github.com/hashicorp/vault/sdk/logical"
)
func TestBackend_impl(t *testing.T) {
var _ logical.Backend = new(backend)
}