Skip to content

Commit 723e727

Browse files
committed
Output test error.
1 parent 7caea92 commit 723e727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_conn_push.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,8 @@ BOOST_AUTO_TEST_CASE(many_subscribers)
257257

258258
auto c11 =[&](auto ec, auto...)
259259
{
260-
std::cout << "quit sent" << std::endl;
260+
std::cout << "quit sent: " << ec.message() << std::endl;
261261
conn->cancel(operation::reconnection);
262-
BOOST_TEST(!ec);
263262
};
264263
auto c10 =[&](auto ec, auto...)
265264
{

0 commit comments

Comments
 (0)