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

Unified Diff: impl/memory/testing_utils_test.go

Issue 2302743002: Interface update, per-method Contexts. (Closed)
Patch Set: Created 4 years, 4 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
Index: impl/memory/testing_utils_test.go
diff --git a/impl/memory/testing_utils_test.go b/impl/memory/testing_utils_test.go
index 66447d078c180cc78b2f96c71ce0b566f9e7e579..32ec4115a1a0571b488411b3b9c6a0379dcfac43 100644
--- a/impl/memory/testing_utils_test.go
+++ b/impl/memory/testing_utils_test.go
@@ -89,7 +89,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) {

Powered by Google App Engine
This is Rietveld 408576698