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

Unified Diff: go/src/infra/gae/libs/gae/memory/taskqueue_test.go

Issue 1235563007: Simplify taskqueue interface. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix test Created 5 years, 5 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 | « no previous file | go/src/infra/gae/libs/gae/taskqueue.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/memory/taskqueue_test.go
diff --git a/go/src/infra/gae/libs/gae/memory/taskqueue_test.go b/go/src/infra/gae/libs/gae/memory/taskqueue_test.go
index be7e495d4aecf0afefbd3e407a2482bab0a80a6e..9d090b9f5db0ad1c442b8c23ff5409981cda0af6 100644
--- a/go/src/infra/gae/libs/gae/memory/taskqueue_test.go
+++ b/go/src/infra/gae/libs/gae/memory/taskqueue_test.go
@@ -29,7 +29,7 @@ func TestTaskQueue(t *testing.T) {
c = Use(c)
tq := gae.GetTQ(c).(interface {
- gae.TQMultiReadWriter
+ gae.TaskQueue
gae.TQTestable
})
« no previous file with comments | « no previous file | go/src/infra/gae/libs/gae/taskqueue.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698