| Index: logdog/client/coordinator/client_test.go
|
| diff --git a/logdog/client/coordinator/client_test.go b/logdog/client/coordinator/client_test.go
|
| index 9920a7549de2bc2cceb0e27c66a9b33a2914f93a..c8f7923a3e555e07186e5c4ed84040c8f97c4ef0 100644
|
| --- a/logdog/client/coordinator/client_test.go
|
| +++ b/logdog/client/coordinator/client_test.go
|
| @@ -48,7 +48,3 @@ func (s *testLogsServiceBase) Tail(c context.Context, req *logdog.TailRequest) (
|
| func (s *testLogsServiceBase) Query(c context.Context, req *logdog.QueryRequest) (*logdog.QueryResponse, error) {
|
| panic("not implemented")
|
| }
|
| -
|
| -func (s *testLogsServiceBase) List(c context.Context, req *logdog.ListRequest) (*logdog.ListResponse, error) {
|
| - panic("not implemented")
|
| -}
|
|
|