| Index: service/datastore/pls_test.go
|
| diff --git a/service/datastore/pls_test.go b/service/datastore/pls_test.go
|
| index 52a51416886f63553c38e3c9d21ff81071001bb6..db44b6e67bb6823114ee91b6b51ff272ebc77a3e 100644
|
| --- a/service/datastore/pls_test.go
|
| +++ b/service/datastore/pls_test.go
|
| @@ -1313,6 +1313,15 @@ var testCases = []testCase{
|
| },
|
| },
|
| {
|
| + desc: "exotic type projection",
|
| + src: PropertyMap{
|
| + "BS": {mp([]byte("I'mABlobKey"))},
|
| + },
|
| + want: &ExoticTypes{
|
| + BS: "I'mABlobKey",
|
| + },
|
| + },
|
| + {
|
| desc: "underspecified types",
|
| src: &Underspecified{},
|
| plsErr: "non-concrete interface",
|
|
|