Chromium Code Reviews| 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") |