diff --git a/tests/e2e/watch_delay_test.go b/tests/e2e/watch_delay_test.go index eadbefbcb..31f017b5d 100644 --- a/tests/e2e/watch_delay_test.go +++ b/tests/e2e/watch_delay_test.go @@ -26,14 +26,15 @@ import ( "time" "github.com/stretchr/testify/require" + "go.uber.org/zap" + "golang.org/x/sync/errgroup" + "google.golang.org/grpc" + "go.etcd.io/etcd/client/pkg/v3/transport" clientv3 "go.etcd.io/etcd/client/v3" "go.etcd.io/etcd/pkg/v3/stringutil" "go.etcd.io/etcd/tests/v3/framework/e2e" "go.etcd.io/etcd/tests/v3/framework/integration" - "go.uber.org/zap" - "golang.org/x/sync/errgroup" - "google.golang.org/grpc" ) const (