Skip to content

Commit

Permalink
fix: upgrade to latest grpc/protobuf plugin 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 5, 2023
1 parent 2b3206f commit 981b529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grpc/grpc_consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestGrpcInteraction(t *testing.T) {
Given("feature 'Big Tree' exists").
UsingPlugin(message.PluginConfig{
Plugin: "protobuf",
Version: "0.3.0",
Version: "0.3.1",
}).
WithContents(grpcInteraction, "application/protobuf").
StartTransport("grpc", "127.0.0.1", nil). // For plugin tests, we can't assume if a transport is needed, so this is optional
Expand Down

0 comments on commit 981b529

Please sign in to comment.