| Index: service/datastore/checkfilter_test.go
|
| diff --git a/service/datastore/checkfilter_test.go b/service/datastore/checkfilter_test.go
|
| index 37916c839b25a85045fe73b4ed3dcc8f648729f5..56382e49d95b06e137631f7c0da6496e132cf794 100644
|
| --- a/service/datastore/checkfilter_test.go
|
| +++ b/service/datastore/checkfilter_test.go
|
| @@ -64,7 +64,7 @@ func TestCheckFilter(t *testing.T) {
|
| So(rds.GetMulti([]*Key{mkKey("", "", "", "")}, nil, nil).Error(), ShouldContainSubstring, "is nil")
|
|
|
| // this is in the wrong aid/ns
|
| - keys := []*Key{KeyContext{"wut", "wrong"}.MakeKey("Kind", 1)}
|
| + keys := []*Key{MkKeyContext("wut", "wrong").MakeKey("Kind", 1)}
|
| So(rds.GetMulti(keys, nil, func(pm PropertyMap, err error) error {
|
| So(pm, ShouldBeNil)
|
| So(err, ShouldEqual, ErrInvalidKey)
|
|
|