Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: logdog/client/butler/output/pubsub/pubsubOutput_test.go

Issue 2355203002: Rename Topic's Name method to String. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logdog/client/butler/output/pubsub/pubsubOutput.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « logdog/client/butler/output/pubsub/pubsubOutput.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698