| Index: impl/cloud/datastore_test.go
|
| diff --git a/impl/cloud/datastore_test.go b/impl/cloud/datastore_test.go
|
| index 8415ca9a2257e6c2fc8e3f824e67bfbd12770698..839c96dcc8738960a5667c9653dc63e7a2a6032e 100644
|
| --- a/impl/cloud/datastore_test.go
|
| +++ b/impl/cloud/datastore_test.go
|
| @@ -15,9 +15,9 @@ import (
|
| ds "github.com/luci/gae/service/datastore"
|
| "github.com/luci/gae/service/info"
|
|
|
| + "cloud.google.com/go/datastore"
|
| "github.com/luci/luci-go/common/errors"
|
| "golang.org/x/net/context"
|
| - "google.golang.org/cloud/datastore"
|
|
|
| . "github.com/smartystreets/goconvey/convey"
|
| )
|
|
|