Skip to content

Commit

Permalink
chore: fix matt test
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Dec 9, 2022
1 parent 4cd3727 commit 46d3f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plugin/consumer_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestTCPInteraction(t *testing.T) {
ExecuteTest(t, func(transport message.TransportConfig, m message.SynchronousMessage) error {
fmt.Println("matt TCP transport running on", transport)

str, err := callMattServiceTCP(transport, "hellotcp!")
str, err := callMattServiceTCP(transport, "hellotcp")

assert.Equal(t, "tcpworld", str)
return err
Expand Down

0 comments on commit 46d3f11

Please sign in to comment.