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) |