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

Unified Diff: filter/txnBuf/txnbuf_test.go

Issue 2011773002: datastore: variadic Get, Put, Exists, Delete. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Created 4 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 | « no previous file | impl/memory/datastore_query_execution_test.go » ('j') | service/datastore/datastore.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/txnBuf/txnbuf_test.go
diff --git a/filter/txnBuf/txnbuf_test.go b/filter/txnBuf/txnbuf_test.go
index aabdc5ed839bbfd29a2361eb9de507968b20eb52..fe7c5b1b56002d466793d1620896122600eb124f 100644
--- a/filter/txnBuf/txnbuf_test.go
+++ b/filter/txnBuf/txnbuf_test.go
@@ -381,7 +381,7 @@ func TestHuge(t *testing.T) {
for i, d := range hugeData {
keys[i] = ds.KeyForObj(d)
}
- return ds.DeleteMulti(keys)
+ return ds.DeleteMulti(keys...)
}, nil), ShouldBeNil)
return nil
« no previous file with comments | « no previous file | impl/memory/datastore_query_execution_test.go » ('j') | service/datastore/datastore.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698