opentofu/backend/remote-state/etcdv2/backend_test.go
2018-10-16 18:21:51 -07:00

12 lines
160 B
Go

package etcdv2
import (
"testing"
"github.com/hashicorp/terraform/backend"
)
func TestBackend_impl(t *testing.T) {
var _ backend.Backend = new(Backend)
}