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

Unified Diff: go/src/infra/gae/libs/wrapper/memory/taskqueue_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/taskqueue.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/wrapper/memory/taskqueue_test.go
diff --git a/go/src/infra/gae/libs/wrapper/memory/taskqueue_test.go b/go/src/infra/gae/libs/wrapper/memory/taskqueue_test.go
index 20e9c3d16f70c997ddc91f91c9a7a5d62d05c53c..dc3fb20be3f8c8ab1582737e4e4beb17a49f8c1a 100644
--- a/go/src/infra/gae/libs/wrapper/memory/taskqueue_test.go
+++ b/go/src/infra/gae/libs/wrapper/memory/taskqueue_test.go
@@ -30,7 +30,7 @@ func TestTaskQueue(t *testing.T) {
}
c := wrapper.SetTimeNowFactory(context.Background(), timeNow)
c = wrapper.SetMathRand(c, rand.New(rand.NewSource(wrapper.GetTimeNow(c).UnixNano())))
- c = Use(Enable(c))
+ c = Use(c)
tq := wrapper.GetTQ(c).(interface {
wrapper.TQMultiReadWriter
« no previous file with comments | « go/src/infra/gae/libs/wrapper/memory/taskqueue.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698