| Index: service/datastore/datastore_test.go
|
| diff --git a/service/datastore/datastore_test.go b/service/datastore/datastore_test.go
|
| index f60da23cd2530f144bd291410d3022cc052a419d..a8fb836b35cb7b94bf11833fc9a27057620ab6b3 100644
|
| --- a/service/datastore/datastore_test.go
|
| +++ b/service/datastore/datastore_test.go
|
| @@ -17,7 +17,7 @@ import (
|
| "golang.org/x/net/context"
|
| )
|
|
|
| -func fakeDatastoreFactory(c context.Context) RawInterface {
|
| +func fakeDatastoreFactory(c context.Context, wantTxn bool) RawInterface {
|
| i := info.Get(c)
|
| return &fakeDatastore{
|
| aid: i.FullyQualifiedAppID(),
|
|
|