| Index: common/logdog/coordinator/query_test.go
|
| diff --git a/common/logdog/coordinator/query_test.go b/common/logdog/coordinator/query_test.go
|
| index 4065d7daf4d14362933b0476553911166eb99349..6e7a2c3b8a575d30b3ff43a3bcb7a4c6e903afea 100644
|
| --- a/common/logdog/coordinator/query_test.go
|
| +++ b/common/logdog/coordinator/query_test.go
|
| @@ -159,7 +159,6 @@ func TestClientQuery(t *testing.T) {
|
| Streams: []*logdog.QueryResponse_Stream{
|
| gen("a", &logdog.LogStreamState{
|
| Created: google.NewTimestamp(now),
|
| - Updated: google.NewTimestamp(now),
|
| }),
|
| },
|
| }, nil
|
| @@ -172,7 +171,6 @@ func TestClientQuery(t *testing.T) {
|
| Desc: &logpb.LogStreamDescriptor{Prefix: "test", Name: "a"},
|
| State: &StreamState{
|
| Created: now.UTC(),
|
| - Updated: now.UTC(),
|
| },
|
| })
|
| })
|
|
|