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

Unified Diff: service/datastore/pls_test.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Remove superfluous function added in PS#1. 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..0182c0ee1f572a8b2148a267251151fb343d33e4 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": {mp("OKDefaults")},
iannucci 2015/08/15 21:50:54 technically when you SetMeta on a PropertyMap, it
dnj (Google) 2015/08/16 06:11:06 Switched to NI.
})
v, err := pm.GetMeta("when")

Powered by Google App Engine
This is Rietveld 408576698