| Index: service/datastore/serialize/serialize_test.go
|
| diff --git a/service/datastore/serialize/serialize_test.go b/service/datastore/serialize/serialize_test.go
|
| index 885bd7d2eba734f527bcdc3278838e249029f660..cb57365a61d026907a521b008915ebef6f1fa0d7 100644
|
| --- a/service/datastore/serialize/serialize_test.go
|
| +++ b/service/datastore/serialize/serialize_test.go
|
| @@ -64,7 +64,11 @@ func TestPropertyMapSerialization(t *testing.T) {
|
| {
|
| "keys",
|
| ds.PropertyMap{
|
| - "DS": {mp(mkKey("appy", "ns", "Foo", 7)), mp(mkKey("other", "", "Yot", "wheeep"))},
|
| + "DS": {
|
| + mp(mkKey("appy", "ns", "Foo", 7)),
|
| + mp(mkKey("other", "", "Yot", "wheeep")),
|
| + mp((*ds.Key)(nil)),
|
| + },
|
| "blobstore": {mp(blobstore.Key("sup")), mp(blobstore.Key("nerds"))},
|
| },
|
| },
|
|
|