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

Unified Diff: service/datastore/checkfilter_test.go

Issue 2007123002: datastore: Update AllocateIDs to take keys. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Add empty arg/key short-circuits for other varidic methods. Created 4 years, 7 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
Index: service/datastore/checkfilter_test.go
diff --git a/service/datastore/checkfilter_test.go b/service/datastore/checkfilter_test.go
index 9f45b25a22147a2166c274dd60484c55ae130a9b..15b7d5d3ebd05ceb7df649bfd98119822bac468b 100644
--- a/service/datastore/checkfilter_test.go
+++ b/service/datastore/checkfilter_test.go
@@ -10,8 +10,9 @@ import (
"testing"
"github.com/luci/gae/service/info"
- . "github.com/smartystreets/goconvey/convey"
"golang.org/x/net/context"
+
+ . "github.com/smartystreets/goconvey/convey"
)
type fakeRDS struct{ RawInterface }

Powered by Google App Engine
This is Rietveld 408576698