Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: impl/cloud/datastore_test.go

Issue 2217063003: Update cloud package. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « impl/cloud/datastore.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
)
« no previous file with comments | « impl/cloud/datastore.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698