Skip to content

Commit

Permalink
chore: dg avro 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jan 19, 2024
1 parent d2d7788 commit db8d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/avro/avro_consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestAvroHTTP(t *testing.T) {
UponReceiving("A request to do get some Avro stuff").
UsingPlugin(consumer.PluginConfig{
Plugin: "avro",
Version: "0.0.4",
Version: "0.0.3",
}).
WithRequest("GET", "/avro").
WillRespondWith(200, func(res *consumer.V4InteractionWithPluginResponseBuilder) {
Expand Down

0 comments on commit db8d08c

Please sign in to comment.