| Index: impl/dummy/dummy_test.go
|
| diff --git a/impl/dummy/dummy_test.go b/impl/dummy/dummy_test.go
|
| index 001877381181637823c69292ad0ca8450770f8ee..3aaf498767ff20e21cd036c373a0e35e88027d08 100644
|
| --- a/impl/dummy/dummy_test.go
|
| +++ b/impl/dummy/dummy_test.go
|
| @@ -50,8 +50,8 @@ func TestContextAccess(t *testing.T) {
|
| So(dsS.Get(c), ShouldNotBeNil)
|
| So(func() {
|
| defer p()
|
| - dsS.Get(c).DecodeKey("wut")
|
| - }, ShouldPanicWith, "dummy: method Datastore.DecodeKey is not implemented")
|
| + dsS.Get(c).DecodeCursor("wut")
|
| + }, ShouldPanicWith, "dummy: method Datastore.DecodeCursor is not implemented")
|
| })
|
|
|
| Convey("Memcache", func() {
|
|
|