| Index: go/src/infra/gae/libs/meta/eg_test.go
|
| diff --git a/go/src/infra/gae/libs/meta/eg_test.go b/go/src/infra/gae/libs/meta/eg_test.go
|
| index 8abb102ca30648e39967385b1a9de4c50098db8f..441b024429b04b68ad8405b311e534cebfc95de4 100644
|
| --- a/go/src/infra/gae/libs/meta/eg_test.go
|
| +++ b/go/src/infra/gae/libs/meta/eg_test.go
|
| @@ -19,7 +19,7 @@ func TestGetEntityGroupVersion(t *testing.T) {
|
| t.Parallel()
|
|
|
| Convey("GetEntityGroupVersion", t, func() {
|
| - c := memory.Use(memory.Enable(context.Background()))
|
| + c := memory.Use(context.Background())
|
| ds := wrapper.GetDS(c)
|
|
|
| type A struct {
|
|
|