| Index: service/datastore/checkfilter_test.go
|
| diff --git a/service/datastore/checkfilter_test.go b/service/datastore/checkfilter_test.go
|
| index 783fcdb50ae3a3badec6a5928f7979256acd33ea..bd823b5807a299ac26be2bd05395a9f1bd5d6999 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 }
|
|
|