Skip to content

Commit

Permalink
remove puts line in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed May 6, 2024
1 parent c7923ab commit d8c441d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/amqproxy_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ describe AMQProxy::Server do
sleep 1
end
rescue ex
puts ex.message
# ex.message.should be "Error reading socket: Connection reset by peer"
wait_for_channel.send(4) # send 4
end
Expand Down

0 comments on commit d8c441d

Please sign in to comment.