Skip to content

Commit

Permalink
Fix getter test
Browse files Browse the repository at this point in the history
Co-Authored-By: Franco Batastini <66926111+Bata340@users.noreply.github.com>
  • Loading branch information
brunograssano and Bata340 committed Nov 8, 2023
1 parent 3c74b7b commit 748f6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/getters/getter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func TestShouldReturnLaterMessage(t *testing.T) {
assert.Nilf(t, err, "Error connecting to getter: %v", err)

socketProtocol := socketsProtocol.NewSocketProtocolHandler(conn)

go func() {
_ = socketProtocol.Write(&dataStructures.Message{TypeMessage: dataStructures.GetResults, ClientId: "1"})
msg, err := socketProtocol.Read()

assert.Nilf(t, err, "Error receiving msg: %v", err)
Expand Down

0 comments on commit 748f6d3

Please sign in to comment.