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

Unified Diff: service/datastore/pls_test.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Probe cache! Created 5 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: service/datastore/pls_test.go
diff --git a/service/datastore/pls_test.go b/service/datastore/pls_test.go
index 959226af5ae02cadc8717f4aad79d4d6edc03e8b..e8782e2ba982ab84282105000f7bfad38eb15861 100644
--- a/service/datastore/pls_test.go
+++ b/service/datastore/pls_test.go
@@ -1714,6 +1714,7 @@ func TestMeta(t *testing.T) {
So(pm, ShouldResemble, PropertyMap{
"$when": {mpNI("tomorrow")},
"$amt": {mpNI(100)},
+ "$kind": {mpNI("OKDefaults")},
})
v, err := pm.GetMeta("when")

Powered by Google App Engine
This is Rietveld 408576698