| Index: impl/prod/raw_datastore.go
|
| diff --git a/impl/prod/raw_datastore.go b/impl/prod/raw_datastore.go
|
| index 6f07e149c3c1d04c53543e8494015af304ff294c..dccb3b035410a4c65cad57ac5c074d489e965c13 100644
|
| --- a/impl/prod/raw_datastore.go
|
| +++ b/impl/prod/raw_datastore.go
|
| @@ -155,3 +155,7 @@ func (d rdsImpl) RunInTransaction(f func(c context.Context) error, opts *ds.Tran
|
| ropts := (*datastore.TransactionOptions)(opts)
|
| return datastore.RunInTransaction(d, f, ropts)
|
| }
|
| +
|
| +func (d rdsImpl) Testable() ds.Testable {
|
| + return nil
|
| +}
|
|
|