Chromium Code Reviews| Index: service/datastore/pls_test.go |
| diff --git a/service/datastore/pls_test.go b/service/datastore/pls_test.go |
| index c997765ff5c96a58ff26f6f0fb8a1de304c6e348..3fdcf8a923af4c21ad89203f6bfacba717a6b8b2 100644 |
| --- a/service/datastore/pls_test.go |
| +++ b/service/datastore/pls_test.go |
| @@ -1814,7 +1814,7 @@ func TestMeta(t *testing.T) { |
| Convey("attempting to get a PLS for a non *struct is an error", func() { |
| So(func() { GetPLS((*[]string)(nil)) }, ShouldPanicLike, |
| - "cannot GetPLS(*[]string): not a pointer-to-struct") |
| + "cannot GetPLS(*[]string): pointer-to-struct is nil") |
|
iannucci
2016/06/14 00:19:51
hm, I think the spirit of this test was lost?
dnj (Google)
2016/06/14 01:49:43
Hah true that. Added separate tests for "not a poi
|
| }) |
| Convey("convertible meta default types", func() { |