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 90cd753 commit 2e01a6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fxgcppubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ func TestPubSub(t *testing.T) {

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

// subscribe from test-subscription
Expand Down

0 comments on commit 2e01a6d

Please sign in to comment.