| Index: logdog/common/storage/bigtable/bigtable_test.go
|
| diff --git a/logdog/common/storage/bigtable/bigtable_test.go b/logdog/common/storage/bigtable/bigtable_test.go
|
| index a358c41decb919707f5dfc19a32685b6e0ab0667..97fce0cfb7670fb5115ef5c9610a426028a22f62 100644
|
| --- a/logdog/common/storage/bigtable/bigtable_test.go
|
| +++ b/logdog/common/storage/bigtable/bigtable_test.go
|
| @@ -8,9 +8,10 @@ import (
|
| "testing"
|
| "time"
|
|
|
| - "cloud.google.com/go/bigtable"
|
| "github.com/luci/luci-go/common/errors"
|
| "github.com/luci/luci-go/logdog/common/storage"
|
| +
|
| + "cloud.google.com/go/bigtable"
|
| "golang.org/x/net/context"
|
|
|
| . "github.com/smartystreets/goconvey/convey"
|
|
|