Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Nov 4, 2022
1 parent ec86476 commit 262b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ TEST_CASE("message equality non equal lhs empty", "[message]")

TEST_CASE("message rebuild with size", "[message]")
{
const zmq::message_t msg();
zmq::message_t msg();
msg.rebuild(5)
CHECK(msg.size() == 5);
}
Expand Down

0 comments on commit 262b9eb

Please sign in to comment.