| Index: service/datastore/checkfilter_test.go
|
| diff --git a/service/datastore/checkfilter_test.go b/service/datastore/checkfilter_test.go
|
| index 9f45b25a22147a2166c274dd60484c55ae130a9b..15b7d5d3ebd05ceb7df649bfd98119822bac468b 100644
|
| --- a/service/datastore/checkfilter_test.go
|
| +++ b/service/datastore/checkfilter_test.go
|
| @@ -10,8 +10,9 @@ import (
|
| "testing"
|
|
|
| "github.com/luci/gae/service/info"
|
| - . "github.com/smartystreets/goconvey/convey"
|
| "golang.org/x/net/context"
|
| +
|
| + . "github.com/smartystreets/goconvey/convey"
|
| )
|
|
|
| type fakeRDS struct{ RawInterface }
|
|
|