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

Unified Diff: service/datastore/pls_test.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Rebase. 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
« no previous file with comments | « service/datastore/pls_impl.go ('k') | service/datastore/properties.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/pls_test.go
diff --git a/service/datastore/pls_test.go b/service/datastore/pls_test.go
index c11cccff8d8136b571faca0ec8506177f8102038..8dd6d8e1675771166961d26547e36fc25eaeeb13 100644
--- a/service/datastore/pls_test.go
+++ b/service/datastore/pls_test.go
@@ -1799,6 +1799,7 @@ func TestMeta(t *testing.T) {
So(pm, ShouldResemble, PropertyMap{
"$when": {mpNI("tomorrow")},
"$amt": {mpNI(100)},
+ "$kind": {mpNI("OKDefaults")},
})
v, err := pm.GetMeta("when")
« no previous file with comments | « service/datastore/pls_impl.go ('k') | service/datastore/properties.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698