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

Unified Diff: impl/memory/testing_utils_test.go

Issue 2302743002: Interface update, per-method Contexts. (Closed)
Patch Set: Lightning talk licenses. Created 4 years, 3 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 | « impl/memory/taskqueue_test.go ('k') | impl/memory/transaction.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/testing_utils_test.go
diff --git a/impl/memory/testing_utils_test.go b/impl/memory/testing_utils_test.go
index 6a249167fb8c9b975a1da767b20c0e1129db4666..759f99926a0bddf16865ebde74ce141293927f61 100644
--- a/impl/memory/testing_utils_test.go
+++ b/impl/memory/testing_utils_test.go
@@ -116,7 +116,7 @@ var (
)
func key(elems ...interface{}) *ds.Key {
- return ds.MakeKey("dev~app", "ns", elems...)
+ return ds.KeyContext{"dev~app", "ns"}.MakeKey(elems...)
}
func die(err error) {
« no previous file with comments | « impl/memory/taskqueue_test.go ('k') | impl/memory/transaction.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698