| Index: service/datastore/size_test.go
|
| diff --git a/service/datastore/size_test.go b/service/datastore/size_test.go
|
| index e07cbac73fe2c5aabe6ad323c42958726c66cf20..3ccce147adc70b4c5fa32e2293559c3eee660548 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),
|
|
|