| Index: logdog/common/storage/bigtable/storage_test.go
|
| diff --git a/logdog/common/storage/bigtable/storage_test.go b/logdog/common/storage/bigtable/storage_test.go
|
| index d8ce74508368aee30fab2e876866dcff0a9d334e..c7a3098a74f20d106b40c42f97daa587f0338a56 100644
|
| --- a/logdog/common/storage/bigtable/storage_test.go
|
| +++ b/logdog/common/storage/bigtable/storage_test.go
|
| @@ -14,6 +14,7 @@ import (
|
| "github.com/luci/luci-go/logdog/common/storage/memory"
|
| "github.com/luci/luci-go/logdog/common/types"
|
| "github.com/luci/luci-go/luci_config/common/cfgtypes"
|
| +
|
| "golang.org/x/net/context"
|
|
|
| . "github.com/luci/luci-go/common/testing/assertions"
|
|
|