| Index: logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| diff --git a/logdog/client/butler/output/pubsub/pubsubOutput_test.go b/logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| index 21292e8c23ce8ca445b6b506f68fd1a1aeb3f70a..32ff79082fad8f0c57543437f2b6a32cc570a23d 100644
|
| --- a/logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| +++ b/logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| @@ -35,7 +35,7 @@ type testTopic struct {
|
| nextMessageID int
|
| }
|
|
|
| -func (t *testTopic) Name() string { return "test" }
|
| +func (t *testTopic) String() string { return "test" }
|
|
|
| func (t *testTopic) Publish(c context.Context, msgs ...*pubsub.Message) ([]string, error) {
|
| if t.err != nil {
|
|
|