Apply suggestions from code review

Co-Authored-By: gummif <ofpgummi@yahoo.com>
This commit is contained in:
Simon Giesecke
2019-05-08 21:37:14 +00:00
committed by GitHub
parent 3d4be814e8
commit 9a60ad3fc8
2 changed files with 4 additions and 3 deletions

View File

@@ -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";