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") |