Skip to content

Commit

Permalink
cleaned up test
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jan 21, 2021
1 parent 462f16b commit 1a36784
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ipcs/socket/socket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ func TestSocketSendAndReceive(t *testing.T) {
// Start sending in the background
go func() {
for {
if err := socket.Send(msg); err != nil {
t.Fatal("Failed to send to socket:", err.Error())
}
socket.Send(msg)
}
}()

Expand Down

0 comments on commit 1a36784

Please sign in to comment.