Index: go/src/infra/gae/libs/wrapper/memory/memcache_test.go |
diff --git a/go/src/infra/gae/libs/wrapper/memory/memcache_test.go b/go/src/infra/gae/libs/wrapper/memory/memcache_test.go |
index 874eeb6c7150cba8933ff20f8d3827aff0b8a4ee..6009e22eebf77fd4b089db4848566e16cc8e5f4e 100644 |
--- a/go/src/infra/gae/libs/wrapper/memory/memcache_test.go |
+++ b/go/src/infra/gae/libs/wrapper/memory/memcache_test.go |
@@ -26,7 +26,7 @@ func TestMemcache(t *testing.T) { |
now = now.Add(time.Second) |
return ret |
} |
- c := UseMC(UseGI(wrapper.SetTimeNowFactory(Enable(context.Background()), timeNow))) |
+ c := Use(wrapper.SetTimeNowFactory(context.Background(), timeNow)) |
mc := wrapper.GetMC(c) |
mci := mc.(*memcacheImpl) |