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

Unified Diff: go/src/infra/gae/libs/wrapper/memory/key_test.go

Issue 1143053004: Simplify memory package interface. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: switch to blasters Created 5 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
« no previous file with comments | « go/src/infra/gae/libs/wrapper/memory/key.go ('k') | go/src/infra/gae/libs/wrapper/memory/memcache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/wrapper/memory/key_test.go
diff --git a/go/src/infra/gae/libs/wrapper/memory/key_test.go b/go/src/infra/gae/libs/wrapper/memory/key_test.go
index 214a655ad7ac8c20e6cc81c207cf3aad9e67de24..633a5ad5ca4bf7ac7e68d4a06a2ef8bab0d6306c 100644
--- a/go/src/infra/gae/libs/wrapper/memory/key_test.go
+++ b/go/src/infra/gae/libs/wrapper/memory/key_test.go
@@ -31,7 +31,7 @@ func TestKeyBinaryStuff(t *testing.T) {
t.Parallel()
Convey("Key binary encoding", t, func() {
- c := Use(Enable(context.Background()))
+ c := Use(context.Background())
c, err := wrapper.GetGI(c).Namespace("bobspace")
So(err, ShouldBeNil)
ds := wrapper.GetDS(c)
« no previous file with comments | « go/src/infra/gae/libs/wrapper/memory/key.go ('k') | go/src/infra/gae/libs/wrapper/memory/memcache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698