mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-16 18:56:56 +02:00
Apply suggestions from code review
Co-Authored-By: gummif <ofpgummi@yahoo.com>
This commit is contained in:
@@ -48,7 +48,7 @@ TEST_CASE("socket swap", "[socket]")
|
||||
}
|
||||
TEST_CASE("rass", "[socket]")
|
||||
{
|
||||
zmq::context_t ctx;
|
||||
zmq::context_t ctx;
|
||||
zmq::socket_t sock(ctx, zmq::socket_type::push);
|
||||
sock.bind("inproc://test");
|
||||
const std::string m = "Hello, world";
|
||||
|
Reference in New Issue
Block a user