Skip to content

Commit

Permalink
Output test error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzimbres committed Dec 2, 2023
1 parent 7caea92 commit 723e727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_conn_push.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,8 @@ BOOST_AUTO_TEST_CASE(many_subscribers)

auto c11 =[&](auto ec, auto...)
{
std::cout << "quit sent" << std::endl;
std::cout << "quit sent: " << ec.message() << std::endl;
conn->cancel(operation::reconnection);
BOOST_TEST(!ec);
};
auto c10 =[&](auto ec, auto...)
{
Expand Down

0 comments on commit 723e727

Please sign in to comment.