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

Unified Diff: impl/memory/testing_utils_test.go

Issue 1309803004: Add transaction buffer filter. (Closed) Base URL: https://github.com/luci/gae.git@add_query_support
Patch Set: make data flow clearer, implement Count Created 5 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
Index: impl/memory/testing_utils_test.go
diff --git a/impl/memory/testing_utils_test.go b/impl/memory/testing_utils_test.go
index 63baf85e01c377f1501af5c2bdfbbb9dc3e51a0d..35f3e6cea399591752fbe407c5b611a5f7de7397 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(globalAppID, "ns", elems...)
+ return ds.MakeKey("dev~app", "ns", elems...)
}
func die(err error) {

Powered by Google App Engine
This is Rietveld 408576698