| Index: service/datastore/size_test.go
 | 
| diff --git a/service/datastore/size_test.go b/service/datastore/size_test.go
 | 
| index 817f2b1ef9808928f7cf03f10f4a03c24c00b900..7ca90aedbf353ed4b4baef67a390ee4587e39c10 100644
 | 
| --- a/service/datastore/size_test.go
 | 
| +++ b/service/datastore/size_test.go
 | 
| @@ -32,7 +32,7 @@ var estimateSizeTests = []struct {
 | 
|  	{PropertyMap{"Something": mps(100.1, "sup")}, 22},
 | 
|  	{PropertyMap{
 | 
|  		"Something": mps(100, "sup"),
 | 
| -		"Keys":      mps(MakeKey("aid", "ns", "parent", "something", "kind", int64(20))),
 | 
| +		"Keys":      mps(KeyContext{"aid", "ns"}.MakeKey("parent", "something", "kind", int64(20))),
 | 
|  	}, 59},
 | 
|  	{PropertyMap{
 | 
|  		"Null":   mps(nil),
 | 
| 
 |