Skip to content

Commit

Permalink
feat(fxgcppubsub): Added Avro and Protobuf schemas support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jul 8, 2024
1 parent 2e01a6d commit 0a539f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fxgcppubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func TestPubSub(t *testing.T) {
)

// publish to test-topic
_, err := publisher.Publish(ctx, "test-topic", []byte("test data"))
_, err := publisher.Publish(ctx, "test-topic", "test data")
assert.NoError(t, err)

// subscribe from test-subscription
Expand Down

0 comments on commit 0a539f8

Please # to comment.