tests/functional: Mechanical rename of imports etcd/v3/integration/ -> etcd/tests/v3/integration/...

This commit is contained in:
Piotr Tabor
2020-10-07 15:15:22 +02:00
parent 3153038ffb
commit b27b17b44c
30 changed files with 31 additions and 29 deletions

View File

@ -20,9 +20,9 @@ import (
"reflect"
"testing"
"go.etcd.io/etcd/tests/v3/integration"
etcd "go.etcd.io/etcd/v3/clientv3"
namingv3 "go.etcd.io/etcd/v3/clientv3/naming"
"go.etcd.io/etcd/v3/integration"
"go.etcd.io/etcd/v3/pkg/testutil"
"google.golang.org/grpc/naming"